We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c388 commit 0eb8f08Copy full SHA for 0eb8f08
iop/system/sio2man/src/sio2man.c
@@ -499,7 +499,7 @@ void sio2_mtap_update_slots_set(sio2_mtap_update_slots_t cb)
499
500
int sio2_mtap_change_slot(s32 *arg)
501
{
502
- g_sio2man_data.m_sdk13x_totalflag &= ~g_sio2man_data.m_sdk13x_curflag;
+ g_sio2man_data.m_sdk13x_curflag &= ~g_sio2man_data.m_sdk13x_totalflag;
503
// Unofficial: unconditionally call callback
504
return g_sio2man_data.m_mtap_change_slot_cb(arg);
505
}
0 commit comments