summaryrefslogtreecommitdiffstats
path: root/source/cpu.h
diff options
context:
space:
mode:
authorNebuleon <nebuleon@alakazam>2013-08-22 23:54:08 +0000
committerNebuleon <nebuleon@alakazam>2013-08-22 23:54:08 +0000
commit16b526c271c4c274bcbcfe3b54a0023cbb8547cb (patch)
treeb1e65a3fc6f702a264d0b1e3c2aee51beabedfd0 /source/cpu.h
parent985f8a8baf59e6cbe85f2a5edf77a3c60136eae9 (diff)
downloadReGBA-16b526c271c4c274bcbcfe3b54a0023cbb8547cb.zip
ReGBA-16b526c271c4c274bcbcfe3b54a0023cbb8547cb.tar.gz
ReGBA-16b526c271c4c274bcbcfe3b54a0023cbb8547cb.tar.bz2
cpu_asm.c: Do not use gpsp_persistent_config, which is a DSTwo port variable, when deciding whether to boot from the BIOS.
Diffstat (limited to 'source/cpu.h')
-rw-r--r--source/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cpu.h b/source/cpu.h
index ba604bd..6ff618e 100644
--- a/source/cpu.h
+++ b/source/cpu.h
@@ -212,6 +212,6 @@ extern u32 spsr[6];
extern const u8 cpu_modes[32];
-void init_cpu();
+void init_cpu(u32 BootFromBIOS);
#endif