Age | Commit message (Collapse) | Author |
|
...and add another comment and clean up.
|
|
|
|
|
|
|
|
|
|
This is a quick fix, it needs to be improved upon
With this fix on devices with API >= Marshmallow (6.0.1) the ScummVM app will ask for the permission during runtime onCreate(),
and not only when trying to browse the list of folders and files.
However, it is only a quick fix, because the original behavior will still kick in and the prompt to Quit because no SD Card was detected will be displayed anyway.
So even if the user grants access during runtime, they will still be forced to exit the app and will have to relaunch.
|
|
|
|
|
|
|
|
|
|
files
|
|
|
|
|
|
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
|
|
|