mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
sync with parent sdl backend
svn-id: r49134
This commit is contained in:
parent
e0099ef394
commit
47d6e9eab7
@ -43,7 +43,7 @@ extern "C" int Game_Main(char *path, char *) {
|
|||||||
|
|
||||||
// Invoke the actual ScummVM main entry point:
|
// Invoke the actual ScummVM main entry point:
|
||||||
int res = scummvm_main(0, 0);
|
int res = scummvm_main(0, 0);
|
||||||
g_system->quit(); // TODO: Consider removing / replacing this!
|
((OSystem_SDL *)g_system)->deinit();
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user