[PJ64 NRage] ignore raw when mempak is enabled
This commit is contained in:
parent
b3aaef221c
commit
061fbefa62
|
@ -894,6 +894,7 @@ void FillControls(CONTROL Controls[4])
|
||||||
{
|
{
|
||||||
case PAK_MEM:
|
case PAK_MEM:
|
||||||
Controls[i].Plugin = PLUGIN_MEMPAK;
|
Controls[i].Plugin = PLUGIN_MEMPAK;
|
||||||
|
Controls[i].RawData = false;
|
||||||
break;
|
break;
|
||||||
case PAK_RUMBLE:
|
case PAK_RUMBLE:
|
||||||
Controls[i].Plugin = PLUGIN_RUMBLE_PAK;
|
Controls[i].Plugin = PLUGIN_RUMBLE_PAK;
|
||||||
|
|
Loading…
Reference in New Issue