PSP2: Add dummy VDirOpen for now
Jeffrey Pfau jeffrey@endrift.com
Tue, 07 Jul 2015 00:38:25 -0700
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
src/platform/psp2/sce-vfs.c
→
src/platform/psp2/sce-vfs.c
@@ -111,3 +111,8 @@ }
// TODO: Get the right device return sceIoSync("cache0:", 0) >= 0; } + +struct VDir* VDirOpen(const char* path) { + // TODO + return 0; +}