Guru error fix did not work

This commit is contained in:
RocketRobz 2018-10-10 15:17:38 -06:00
parent 172f027252
commit 14fd24703c

View File

@ -143,8 +143,6 @@ TWL_CODE void ShowGameInfo(const char gameid[], const char gamename[]) {
TWL_CODE bool twl_flashcardMount(void) {
if (REG_SCFG_MC != 0x11) {
setCpuClock(false); //REG_SCFG_CLK = 0x80; // Set NTR clock speed to avoid potential timing issues
sysSetCardOwner (BUS_OWNER_ARM9);
// Reset Slot-1 to allow reading title name and ID
@ -193,8 +191,6 @@ TWL_CODE bool twl_flashcardMount(void) {
fatMountSimple("fat", &io_dldi_data->ioInterface);
}
setCpuClock(true);
if (flashcardFound()) {
fatGetVolumeLabel("fat", fatLabel);
fixLabel(true);