mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:27:54 -05:00
Port #4056 from Citra: "Add Clear Recent Files menu action"
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user