mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +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;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
FSCVirtualFile* vf = FSCVirtualFile_Host::OpenFile(correctedPath, accessFlags, *fscStatus);
|
return FSCVirtualFile_Host::OpenFile(correctedPath, accessFlags, *fscStatus);
|
||||||
return vf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FSCVirtualFile* fscDeviceOpenByPath(std::wstring_view path, FSC_ACCESS_FLAG accessFlags, void* ctx, sint32* fscStatus) override
|
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