Skip to content

Commit

Permalink
- Don't patch PAD for GCLoader since it has no patch base installed (…
Browse files Browse the repository at this point in the history
…yet)
  • Loading branch information
emukidid authored and Extrems committed Dec 7, 2019
1 parent d377e91 commit bb04e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube/swiss/source/swiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ unsigned int load_app(int multiDol, ExecutableFile *filesToPatch)
}

// Patch IGR
if(swissSettings.igrType != IGR_OFF || swissSettings.invertCStick) {
if(devices[DEVICE_CUR] != &__device_gcloader && (swissSettings.igrType != IGR_OFF || swissSettings.invertCStick)) {
Patch_PADStatus(main_dol_buffer, main_dol_size+DOLHDRLENGTH, PATCH_DOL);
}

Expand Down

0 comments on commit bb04e9d

Please sign in to comment.