1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00

added R_TRIG to clear exclude

This commit is contained in:
Blake Warner 2022-03-27 23:11:11 -04:00
parent 23af37e00f
commit 6ee7b78fc1

View File

@ -210,7 +210,7 @@ namespace oot::hid
{
gClearButtonPressFrames--;
buttonPressed = 0;
m_state.button &= (u16)Button::Z_TRIG;
m_state.button &= ((u16)Button::Z_TRIG | (u16)Button::R_TRIG);
}
else
{