diff --git a/src/platform/psp2/sce-vfs.c b/src/platform/psp2/sce-vfs.c index 11498e97a..6b8a9318a 100644 --- a/src/platform/psp2/sce-vfs.c +++ b/src/platform/psp2/sce-vfs.c @@ -111,3 +111,8 @@ bool _vfsceSync(struct VFile* vf, const void* buffer, size_t size) { // TODO: Get the right device return sceIoSync("cache0:", 0) >= 0; } + +struct VDir* VDirOpen(const char* path) { + // TODO + return 0; +}