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-02-03 01:15:58 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
sdl
History
Max Horn
d679af3ec5
fixed bug
#621244
(GUI disappeared when screen mode was changed
...
svn-id: r5697
2002-11-23 00:13:52 +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
Add OpenGL GFX mode switch, patch
#630448
2002-10-29 14:57:32 +00:00
sdl_gl.cpp
properly initialize everything -> works w/o our custom new/delete now!
2002-11-13 14:38:49 +00:00
sdl-common.cpp
improved keyboard input behaviour in SDL backend: make use of the unicode feature in SDL. This way, Shift-1 on my german keyboard generates ! not 1 (on an US keyboard it'll be a different symbol). Should fix bug
#600258
and
#551447
2002-11-22 18:46:18 +00:00
sdl-common.h
properly initialize everything -> works w/o our custom new/delete now!
2002-11-13 14:38:49 +00:00
sdl.cpp
fixed bug
#621244
(GUI disappeared when screen mode was changed
2002-11-23 00:13:52 +00:00