Improve sceIoGetDevType() return values.
At least for block/file devices. Can't find a way to get an alias.
This commit is contained in:
parent
23971e9900
commit
0bf1ef5773
10 changed files with 66 additions and 16 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
PSPFileInfo GetFileInfo(std::string filename);
|
||||
bool OwnsHandle(u32 handle);
|
||||
int Ioctl(u32 handle, u32 cmd, u32 indataPtr, u32 inlen, u32 outdataPtr, u32 outlen, int &usec);
|
||||
int DevType(u32 handle);
|
||||
bool GetHostPath(const std::string &inpath, std::string &outpath);
|
||||
std::vector<PSPFileInfo> GetDirListing(std::string path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue