This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed a few compiler warnings.
Added SDL_blit_copy.c to the Visual C++ project The SSE and MMX intrinsics don't compile on Visual Studio yet...
- Loading branch information
Showing
with
14 additions
and 3 deletions.
- +8 −0 VisualC/SDL/SDL.vcproj
- +4 −3 src/video/SDL_blit.c
- +1 −0 src/video/SDL_blit.h
- +1 −0 src/video/SDL_blit_copy.c