* add old DS BIOSes and 04004000 BIOS-switch

fixes audio issues when running DS games
* attempt adding other fun shit like dynamic RAM size, but that mostly went nowhere for now
This commit is contained in:
Arisotura
2019-08-05 19:52:03 +02:00
parent 36c741241a
commit 4d3d8433cb
4 changed files with 253 additions and 110 deletions

View File

@ -25,6 +25,9 @@
namespace DSi
{
extern u8 ARM9iBIOS[0x10000];
extern u8 ARM7iBIOS[0x10000];
extern u8 eMMC_CID[16];
extern u64 ConsoleID;