aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/memmap.h b/source/memmap.h
index 30e3f8d..c8ac641 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -141,7 +141,6 @@
bool LoadROM(const struct retro_game_info* game);
#else
bool LoadROM(const char*);
-uint32_t FileLoader(uint8_t* buffer, const char* filename, int32_t maxsize);
#endif
void InitROM(bool);
bool S9xInitMemory();