diff options
author | PoroCYon <3253268+PoroCYon@users.noreply.github.com> | 2023-07-16 02:40:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 02:40:50 +0200 |
commit | fbb41bd73db13d6ae062f6aeee129e8036459b89 (patch) | |
tree | 30dc45b92b77c2e3bb1e9097e81c6a8e1ea5cdf1 /src/Platform.h | |
parent | cf7375f9ea1241be07eb46d31d33c1fdf848acb1 (diff) |
DSi: add option to boot the full boot ROMs (#1581)
* DSi: add option to boot the full boot ROMs
added a config option for this so that this can be enabled or disabled
also added IO regs for DSi GPIO, but those don't do anything yet.
* reset GPIO regs on reset
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index a4a492c..59e7c02 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -83,6 +83,8 @@ enum ConfigEntry Firm_MAC, AudioBitDepth, + + DSi_FullBIOSBoot }; int GetConfigInt(ConfigEntry entry); |