diff options
Diffstat (limited to 'backends/wince')
| -rw-r--r-- | backends/wince/wince-sdl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp index 46c95f9ed5..e08cc965ff 100644 --- a/backends/wince/wince-sdl.cpp +++ b/backends/wince/wince-sdl.cpp @@ -147,6 +147,8 @@ int SDL_main(int argc, char **argv) { GUI::Actions::init(_gameDetector); __try { + g_system = OSystem_WINCE3_create(); + assert(g_system); return scummvm_main(_gameDetector, argc, argv); } __except (handleException(GetExceptionInformation())) { |
