mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 22:32:34 -07:00
core: Port core to VfsFilesystem for file access
This commit is contained in:
@@ -161,6 +161,9 @@ private:
|
||||
bool emulation_running = false;
|
||||
std::unique_ptr<EmuThread> emu_thread;
|
||||
|
||||
// FS
|
||||
FileSys::VirtualFilesystem vfs;
|
||||
|
||||
// Debugger panes
|
||||
ProfilerWidget* profilerWidget;
|
||||
MicroProfileDialog* microProfileDialog;
|
||||
|
Reference in New Issue
Block a user