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-01-14 22:07:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
sdl
History
Max Horn
f1808d20ac
seems cursor width/height can occur
...
svn-id: r6146
2002-12-25 21:02:21 +00:00
..
.cvsignore
fixed the 'intelligent' GCC build rules; added .cvsignore files
2002-08-21 16:28:19 +00:00
build.rules
SDL_gl and normal SDL backend now share a common base class
2002-08-24 10:41:32 +00:00
fb2opengl.h
changed OSystem to allow RBG<->16bit color conversion to be done in the backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes)
2002-12-13 16:15:58 +00:00
sdl_gl.cpp
cleanup
2002-12-13 17:44:04 +00:00
sdl-common.cpp
seems cursor width/height can occur
2002-12-25 21:02:21 +00:00
sdl-common.h
fixed mouse cursor code to cope with CMI
2002-12-25 12:53:47 +00:00
sdl.cpp
cleanup
2002-12-13 17:44:04 +00:00