mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Even more debug statements...
This commit is contained in:
parent
74eb5d0d8c
commit
4018cb7284
1 changed files with 1 additions and 2 deletions
|
@ -270,8 +270,7 @@ class fscDeviceHostFSC : public fscDeviceC {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
FSCVirtualFile* vf = FSCVirtualFile_Host::OpenFile(correctedPath, accessFlags, *fscStatus);
|
||||
return vf;
|
||||
return FSCVirtualFile_Host::OpenFile(correctedPath, accessFlags, *fscStatus);
|
||||
}
|
||||
|
||||
FSCVirtualFile* fscDeviceOpenByPath(std::wstring_view path, FSC_ACCESS_FLAG accessFlags, void* ctx, sint32* fscStatus) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue