summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 64329d0..571336f 100644
--- a/main.c
+++ b/main.c
@@ -226,13 +226,13 @@ int main(int argc, char *argv[])
delay_us(2500000);
#endif
- init_video();
-
#ifdef GP2X_BUILD
// Overclocking GP2X and MMU patch goes here
gp2x_init();
#endif
+ init_video();
+
#ifdef GP2X_BUILD
sprintf(bios_filename, "%s/%s", main_path, "gba_bios.bin");
if(load_bios(bios_filename) == -1)