bulldoze more shit. make cheats work again.

This commit is contained in:
Arisotura
2022-01-06 14:12:04 +01:00
parent 53d5c17697
commit ba71086a65
12 changed files with 116 additions and 709 deletions

View File

@ -50,8 +50,6 @@ void DeInit()
void Reset()
{
CodeFile = nullptr;
if (NDS::ConsoleType == 1)
{
BusRead8 = DSi::ARM7Read8;
@ -73,6 +71,11 @@ void Reset()
}
ARCodeFile* GetCodeFile()
{
return CodeFile;
}
void SetCodeFile(ARCodeFile* file)
{
CodeFile = file;