mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Guru error fix did not work
This commit is contained in:
parent
172f027252
commit
14fd24703c
@ -143,8 +143,6 @@ TWL_CODE void ShowGameInfo(const char gameid[], const char gamename[]) {
|
|||||||
|
|
||||||
TWL_CODE bool twl_flashcardMount(void) {
|
TWL_CODE bool twl_flashcardMount(void) {
|
||||||
if (REG_SCFG_MC != 0x11) {
|
if (REG_SCFG_MC != 0x11) {
|
||||||
setCpuClock(false); //REG_SCFG_CLK = 0x80; // Set NTR clock speed to avoid potential timing issues
|
|
||||||
|
|
||||||
sysSetCardOwner (BUS_OWNER_ARM9);
|
sysSetCardOwner (BUS_OWNER_ARM9);
|
||||||
|
|
||||||
// Reset Slot-1 to allow reading title name and ID
|
// 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);
|
fatMountSimple("fat", &io_dldi_data->ioInterface);
|
||||||
}
|
}
|
||||||
|
|
||||||
setCpuClock(true);
|
|
||||||
|
|
||||||
if (flashcardFound()) {
|
if (flashcardFound()) {
|
||||||
fatGetVolumeLabel("fat", fatLabel);
|
fatGetVolumeLabel("fat", fatLabel);
|
||||||
fixLabel(true);
|
fixLabel(true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user