summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2015-09-01 03:30:06 +0200
committerarchshift <gh@archshift.com>2015-10-02 04:39:14 +0200
commitafd06675fa2b93c81f0f868443c03cc3ad8bee07 (patch)
treee13374b6307d1d0e908b26222c1fc6d4c9ac67d2 /src/citra_qt/main.h
parentSplit up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior (diff)
downloadyuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar.gz
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar.bz2
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar.lz
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar.xz
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.tar.zst
yuzu-afd06675fa2b93c81f0f868443c03cc3ad8bee07.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 32523fded..e99501cab 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -102,6 +102,8 @@ private:
GRenderWindow* render_window;
+ // Whether emulation is currently running in Citra.
+ bool emulation_running = false;
std::unique_ptr<EmuThread> emu_thread;
ProfilerWidget* profilerWidget;