mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 19:27:47 +00:00
Port #4056 from Citra: "Add Clear Recent Files menu action"
This commit is contained in:
parent
cd3cf87aaa
commit
51fbaae33b
2 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue