Merge pull request #3453 from FearlessTobi/remove-pause-lock
yuzu: Remove exit lock for game pausing
This commit is contained in:
commit
950b6dbc80
1 changed files with 0 additions and 5 deletions
|
@ -1716,11 +1716,6 @@ void GMainWindow::OnStartGame() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GMainWindow::OnPauseGame() {
|
void GMainWindow::OnPauseGame() {
|
||||||
Core::System& system{Core::System::GetInstance()};
|
|
||||||
if (system.GetExitLock() && !ConfirmForceLockedExit()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
emu_thread->SetRunning(false);
|
emu_thread->SetRunning(false);
|
||||||
|
|
||||||
ui.action_Start->setEnabled(true);
|
ui.action_Start->setEnabled(true);
|
||||||
|
|
Loading…
Reference in a new issue