[PJ64 NRage] ignore raw when mempak is enabled

This commit is contained in:
zilmar 2015-03-26 07:54:48 +11:00
parent b3aaef221c
commit 061fbefa62
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@ void FillControls(CONTROL Controls[4])
{
case PAK_MEM:
Controls[i].Plugin = PLUGIN_MEMPAK;
Controls[i].RawData = false;
break;
case PAK_RUMBLE:
Controls[i].Plugin = PLUGIN_RUMBLE_PAK;