From 6923ecee3a5e896a78cfa6c40325ff0e94ed4393 Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Tue, 21 Aug 2018 13:12:45 +0200 Subject: Port #4056 from Citra: "Add Clear Recent Files menu action" --- src/yuzu/main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu/main.h') 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 emu_thread; + // The path to the game currently running + QString game_path; // FS FileSys::VirtualFilesystem vfs; -- cgit v1.2.3