summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-02-24 01:34:24 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-02-24 17:51:17 +0100
commit7cbe6748c390391e54bde488152d67d961527d3c (patch)
treebcf002b50b5e4d7f05abe5bd614b991295723390 /src
parentMerge pull request #3424 from ReinUsesLisp/spirv-layer (diff)
downloadyuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar.gz
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar.bz2
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar.lz
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar.xz
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.tar.zst
yuzu-7cbe6748c390391e54bde488152d67d961527d3c.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp5
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() {
}
void GMainWindow::OnPauseGame() {
- Core::System& system{Core::System::GetInstance()};
- if (system.GetExitLock() && !ConfirmForceLockedExit()) {
- return;
- }
-
emu_thread->SetRunning(false);
ui.action_Start->setEnabled(true);