Skip to content

Commit

Permalink
Increased priority of USBD in-game to 2 & 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sp193 committed Feb 17, 2019
1 parent e346f7a commit 2c8e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee_core/src/iopmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void ResetIopSpecial(const char *args, unsigned int arglen)
#define PADEMU_ARG
#endif
if (GameMode == USB_MODE PADEMU_ARG) {
LoadOPLModule(OPL_MODULE_ID_USBD, 0, 11, "thpri=15,16");
LoadOPLModule(OPL_MODULE_ID_USBD, 0, 11, "thpri=2,3");
}
if (GameMode == ETH_MODE) {
LoadOPLModule(OPL_MODULE_ID_SMSTCPIP, 0, 0, NULL);
Expand Down

0 comments on commit 2c8e473

Please sign in to comment.