summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.c b/main.c
index 571336f..3bdc850 100644
--- a/main.c
+++ b/main.c
@@ -193,11 +193,6 @@ int main(int argc, char *argv[])
u8 load_filename[512];
u8 bios_filename[512];
-#ifdef GP2X_BUILD
- if(gp2x_load_mmuhack() == -1)
-;// delay_us(2500000);
-#endif
-
#ifdef PSP_BUILD
sceKernelRegisterSubIntrHandler(PSP_VBLANK_INT, 0,
vblank_interrupt_handler, NULL);