Age | Commit message (Collapse) | Author |
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
These were causing compiler warnings for the porter.
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixed the breakage caused by 6dba0bbfd421121056fba0d348794ead2928c662
in ancient SDL1 versions that don't have SDL_iconv_string()
Closes gh-1862
|
|
|
|
Since it is already called in Jni::main after scummvm_main() returns. The second call in destroy caused crashes on some devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documentation
|
|
|
|
|
|
This was reported by Henke37 on IRC.
|
|
This reverts commit aca627bec7b407790d78a64df984344ff454c15b.
|
|
|
|
Avoid use of get_env
|
|
|
|
|
|
|
|
The fix is borrowed from the Switch backend
|
|
|
|
Prevents the process from hanging on exit when using the
Quit button in launcher or a game's quit function
|
|
* ANDROID: Rewrite to make use of OpenGLGraphicsManager
* ANDROID: Fix emulated mouse button up events
|
|
|
|
|
|
|
|
|
|
|
|
This gets rid of freezes when using TTS on Windows.
|
|
|
|
|
|
|