summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorbmaupin2019-09-19 12:48:21 -0400
committerbmaupin2019-10-03 13:53:34 -0400
commit89e55e9902195a59d1404250b05b3eca7aba1142 (patch)
treeec6f0c1723c50b3470a3d4e71529c8837ff29fa6 /main.h
parent32eb4538c1edcc1401410e9fdc0c18595c7c6224 (diff)
downloadpicogpsp-89e55e9902195a59d1404250b05b3eca7aba1142.tar.gz
picogpsp-89e55e9902195a59d1404250b05b3eca7aba1142.tar.bz2
picogpsp-89e55e9902195a59d1404250b05b3eca7aba1142.zip
Reenable native file IO on PSP
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.h b/main.h
index f34d7db..1f730c0 100644
--- a/main.h
+++ b/main.h
@@ -83,8 +83,8 @@ void main_write_savestate(void);
void main_read_savestate(void);
-#ifdef PSP_BUILD
-u32 file_length(char *filename, s32 dummy);
+#ifdef PSP
+u32 file_length(const char *filename, s32 dummy);
#else
u32 file_length(const char *dummy, FILE *fp);
#endif