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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user