aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/memmap.h b/source/memmap.h
index d5d89b1..4614e83 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -137,8 +137,12 @@
#define BIGFIRST 2
#define SMALLFIRST 3
+#ifdef LOAD_FROM_MEMORY_TEST
+bool LoadROM(const struct retro_game_info* game);
+#else
bool8 LoadROM(const char*);
uint32 FileLoader(uint8* buffer, const char* filename, int32 maxsize);
+#endif
void InitROM(bool8);
bool8 LoadSRAM(const char*);
bool8 SaveSRAM(const char*);