From 5127f4b5ccb723f7572b9edc509cf78366153e25 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Wed, 10 Mar 2021 18:39:43 +0100 Subject: Remove PSP-specific stuff from MIPS backend This is unnecessary since newlib supports all file I/O. This is needed for other mips ports --- main.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index e0aae95..dbb839f 100644 --- a/main.h +++ b/main.h @@ -94,11 +94,7 @@ void main_write_savestate(void); void main_read_savestate(void); -#ifdef PSP -u32 file_length(const char *filename, s32 dummy); -#else -u32 file_length(const char *dummy, FILE *fp); -#endif +u32 file_length(FILE *fp); extern u32 num_skipped_frames; extern int dynarec_enable; -- cgit v1.2.3