Skip to content

Commit

Permalink
Just disable New3DS enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroGamer02 committed Jul 14, 2023
1 parent 0069f7f commit 9e4b310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Expand Up @@ -283,7 +283,7 @@ int main(int argc, char *argv[])

consoleInit(GFX_BOTTOM, NULL);

bool isN3ds;
/*bool isN3ds;
APT_CheckNew3DS(&isN3ds);
if (isN3ds)
{
Expand All @@ -292,7 +292,7 @@ int main(int argc, char *argv[])
ptmSysmInit();
//Bit0: enable higher clock, Bit1: enable L2 cache.
PTMSYSM_ConfigureNew3DSCPU(0b0100000);
}
}*/

DIR* dir;
dir = opendir("sdmc:/3ds/GNUBoy");
Expand Down

0 comments on commit 9e4b310

Please sign in to comment.