Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated WinCE support by Dmitry (with some tweaks)
Converted the disk audio driver to SDL_RWops for portability
- Loading branch information
Showing
with
376 additions
and 179 deletions.
- BIN VisualC.zip
- BIN VisualCE.zip
- +24 −6 include/SDL_config_win32.h
- +2 −3 include/SDL_thread.h
- +3 −3 src/SDL.c
- +7 −6 src/audio/SDL_wave.c
- +23 −59 src/audio/disk/SDL_diskaudio.c
- +5 −4 src/audio/disk/SDL_diskaudio.h
- +45 −15 src/file/SDL_rwops.c
- +11 −22 src/main/win32/SDL_win32_main.c
- +9 −6 src/stdlib/SDL_malloc.c
- +85 −17 src/video/gapi/SDL_gapivideo.c
- +1 −0 src/video/gapi/SDL_gapivideo.h
- +10 −0 src/video/wincommon/SDL_lowvideo.h
- +34 −3 src/video/wincommon/SDL_sysevents.c
- +0 −3 src/video/wincommon/SDL_syswm.c
- +101 −17 src/video/windib/SDL_dibvideo.c
- +6 −2 src/video/windib/SDL_dibvideo.h
- +10 −13 test/testalpha.c
Binary file not shown.
Binary file not shown.
Oops, something went wrong.