mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
Something like this maybe?
This commit is contained in:
parent
7a848be8a8
commit
3922ef5e85
8 changed files with 21 additions and 64 deletions
|
@ -1,9 +1,10 @@
|
|||
#include "Cafe/Filesystem/fsc.h"
|
||||
#include "FSPath.h"
|
||||
|
||||
class FSCVirtualFile_Host : public FSCVirtualFile
|
||||
{
|
||||
public:
|
||||
static FSCVirtualFile* OpenFile(const fs::path& path, FSC_ACCESS_FLAG accessFlags, sint32& fscStatus);
|
||||
static FSCVirtualFile* OpenFile(const FSPath& path, FSC_ACCESS_FLAG accessFlags, sint32& fscStatus);
|
||||
~FSCVirtualFile_Host() override;
|
||||
|
||||
sint32 fscGetType() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue