mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
ANDROID: Disable the savegame parachute
Only on the stable branch, since this is unfinished and might wipe savegames of the user.
This commit is contained in:
parent
e467468900
commit
cf41ac0fec
@ -588,10 +588,12 @@ void JNI::setPause(JNIEnv *env, jobject self, jboolean value) {
|
||||
|
||||
g_engine->pauseEngine(value);
|
||||
|
||||
#if 0
|
||||
if (value &&
|
||||
g_engine->hasFeature(Engine::kSupportsSavingDuringRuntime) &&
|
||||
g_engine->canSaveGameStateCurrently())
|
||||
g_engine->saveGameState(0, "Android parachute");
|
||||
#endif
|
||||
}
|
||||
|
||||
pause = value;
|
||||
|
Loading…
Reference in New Issue
Block a user