all repos — mgba @ c4800792ecdf9a13fce0a3006d8be27032b6a9e6

mGBA Game Boy Advance Emulator

PSP2: Add dummy VDirOpen for now
Jeffrey Pfau jeffrey@endrift.com
Tue, 07 Jul 2015 00:38:25 -0700
commit

c4800792ecdf9a13fce0a3006d8be27032b6a9e6

parent

e0e62356571f67b74efe6ec0a4e32a2a4e3a712c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/platform/psp2/sce-vfs.csrc/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; +}