mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-24 03:31:10 +00:00
Force DIB driver for SDL/Windows (HACK from Basilisk II tree), improves
responsiveness for me.
This commit is contained in:
parent
bc550cd3cd
commit
13e7e02786
@ -205,6 +205,10 @@ int main(int argc, char **argv)
|
||||
if (!check_drivers())
|
||||
QuitEmulator();
|
||||
|
||||
// FIXME: default to DIB driver
|
||||
if (getenv("SDL_VIDEODRIVER") == NULL)
|
||||
putenv("SDL_VIDEODRIVER=windib");
|
||||
|
||||
// Initialize SDL system
|
||||
int sdl_flags = 0;
|
||||
#ifdef USE_SDL_VIDEO
|
||||
|
Loading…
x
Reference in New Issue
Block a user