This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-05-28 17:06:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
platform
/
sdl
History
Alejandro Marzini
0e748c5a97
Added basic cursor drawing.
...
svn-id: r50954
2010-07-16 23:50:46 +00:00
..
macosx
Cleanup and documentation.
2010-07-02 06:44:42 +00:00
posix
Cleanup and documentation.
2010-07-02 06:44:42 +00:00
win32
Cleanup and documentation.
2010-07-02 06:44:42 +00:00
hardwarekeys.cpp
Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code mismatch workaround hacks, fixed the memory leaks I had previously created.
2009-08-16 07:40:13 +00:00
main.cpp
Cleanup and documentation.
2010-07-02 06:44:42 +00:00
module.mk
Fix linking on Mac OS X.
2010-06-25 00:14:09 +00:00
sdl.cpp
Added basic cursor drawing.
2010-07-16 23:50:46 +00:00
sdl.h
Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public SDL graphics manager functions to graphics manager (Allowing OpenGLSdlGraphicsMaanger to be used with other SDL managers easily). Removed BaseSdlGraphicsManager. Implemented in the opengl manager basic screen functions.
2010-07-11 04:32:24 +00:00