mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:38:18 -05:00
core: Partially persist emulation state across game boots.
This commit is contained in:
@ -302,6 +302,8 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
Core::System system{};
|
||||
system.Initialize();
|
||||
|
||||
InputCommon::InputSubsystem input_subsystem{};
|
||||
|
||||
// Apply the command line arguments
|
||||
@ -392,7 +394,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
system.DetachDebugger();
|
||||
void(system.Pause());
|
||||
system.Shutdown();
|
||||
system.ShutdownMainProcess();
|
||||
|
||||
detached_tasks.WaitForAllTasks();
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user