summaryrefslogtreecommitdiff
path: root/memory.c
diff options
context:
space:
mode:
authortwinaphex2014-07-14 04:50:52 +0200
committertwinaphex2014-07-14 04:50:52 +0200
commit093a70482f693c179e3646c512acf649ebcebc37 (patch)
treeeed00676d3a14cc5aad93bb7aaa500f778777aa8 /memory.c
parent862e940b8c108fb0d29f9a1644be7a5360d7230d (diff)
downloadpicogpsp-093a70482f693c179e3646c512acf649ebcebc37.tar.gz
picogpsp-093a70482f693c179e3646c512acf649ebcebc37.tar.bz2
picogpsp-093a70482f693c179e3646c512acf649ebcebc37.zip
Get rid of PND_BUILD/RPI_BUILD/POLLUX_BUILD/GIZ_BUILD
Diffstat (limited to 'memory.c')
-rw-r--r--memory.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/memory.c b/memory.c
index db05001..5e5752a 100644
--- a/memory.c
+++ b/memory.c
@@ -2166,14 +2166,10 @@ u32 load_gamepak(char *name)
s32 file_size;
char cheats_filename[256];
-#ifdef WIZ_BUILD
- file_size = wiz_load_gamepak(name);
-#else
if(!strcmp(dot_position, ".zip"))
file_size = load_file_zip(name);
else
file_size = load_gamepak_raw(name);
-#endif
// A dumb April fool's joke was here once :o