diff options
Diffstat (limited to 'source/dstwo/gpsp_main.c')
-rw-r--r-- | source/dstwo/gpsp_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dstwo/gpsp_main.c b/source/dstwo/gpsp_main.c index e739112..bee92f7 100644 --- a/source/dstwo/gpsp_main.c +++ b/source/dstwo/gpsp_main.c @@ -261,7 +261,7 @@ int gpsp_main(int argc, char *argv[]) quit(); } - init_cpu(); + init_cpu(gpsp_persistent_config.BootFromBIOS); init_memory(); reset_sound(); @@ -535,7 +535,7 @@ void reset_gba() { init_main(); init_memory(); - init_cpu(); + init_cpu(gpsp_persistent_config.BootFromBIOS); reset_sound(); } |