add some really evil code

This commit is contained in:
Arisotura
2021-08-13 19:39:48 +02:00
parent 41f41c21f5
commit 3aea9b5eb7
3 changed files with 230 additions and 3 deletions

View File

@ -533,6 +533,8 @@ bool LoadNAND()
DSi_NAND::Init();
DSi_NAND::PatchTSC();
DSi_NAND::ImportTest();
return true;
}