This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
scummvm
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
09f4fd946e
scummvm
/
backends
/
platform
/
sdl
History
Download ZIP
Download TAR.GZ
Paul Gilbert
cb366384f7
In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the deletion of the _mixer variable in to fix an assert that was being generated in OSystem_SDL::mixCallback
...
svn-id: r33095
2008-07-18 09:36:49 +00:00
..
events.cpp
- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3
2008-06-04 17:20:25 +00:00
graphics.cpp
Modified Patch
#1925352
: Memory leak fixes
2008-03-26 19:29:33 +00:00
main.cpp
Removed trailing spaces.
2008-01-27 19:47:41 +00:00
module.mk
SDL backend cleanup (minor)
2007-08-11 08:44:43 +00:00
sdl.cpp
In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the deletion of the _mixer variable in to fix an assert that was being generated in OSystem_SDL::mixCallback
2008-07-18 09:36:49 +00:00
sdl.h
Implemented audio double buffering (for now OSX only)
2008-07-15 17:13:06 +00:00