2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Fix input being ignored, fix CPauseScreen crash when starting a transition

This commit is contained in:
2017-11-15 08:33:24 -08:00
parent baa6acd198
commit f1329268a6
3 changed files with 5 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ static FloatReturnFn skAnalogFuncs[] =
};
#define kCommandFilterCount 65
static bool skCommandFilterFlag[kCommandFilterCount];
static bool skCommandFilterFlag[kCommandFilterCount] = {true};
void ControlMapper::SetCommandFiltered(ECommands cmd, bool filtered)
{