diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-08-21 13:12:45 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-08-21 13:12:45 +0200 |
commit | 6923ecee3a5e896a78cfa6c40325ff0e94ed4393 (patch) | |
tree | 39f5601c62950092177af420a8c5b9c09a91dbb9 /src/yuzu/main.h | |
parent | bf89a99839abb30e33872b8401eae30cd95e7585 (diff) |
Port #4056 from Citra: "Add Clear Recent Files menu action"
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 5f4d2ab9a..0534d4f99 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -161,6 +161,8 @@ private: // Whether emulation is currently running in yuzu. bool emulation_running = false; std::unique_ptr<EmuThread> emu_thread; + // The path to the game currently running + QString game_path; // FS FileSys::VirtualFilesystem vfs; |