diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 54ca2dc1d..1be61bd48 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1717,11 +1717,6 @@ void GMainWindow::OnStartGame() { | |||
| 1717 | } | 1717 | } |
| 1718 | 1718 | ||
| 1719 | void GMainWindow::OnPauseGame() { | 1719 | void GMainWindow::OnPauseGame() { |
| 1720 | Core::System& system{Core::System::GetInstance()}; | ||
| 1721 | if (system.GetExitLock() && !ConfirmForceLockedExit()) { | ||
| 1722 | return; | ||
| 1723 | } | ||
| 1724 | |||
| 1725 | emu_thread->SetRunning(false); | 1720 | emu_thread->SetRunning(false); |
| 1726 | 1721 | ||
| 1727 | ui.action_Start->setEnabled(true); | 1722 | ui.action_Start->setEnabled(true); |