PIUIO Btn board lights, menu lights added. (#2073)

This commit is contained in:
din
2020-12-17 11:45:58 -08:00
committed by GitHub
parent 95d782d3fc
commit a7f666ecdb
4 changed files with 165 additions and 0 deletions
+8
View File
@@ -349,6 +349,14 @@ void LightsManager::Update( float fDeltaTime )
{
m_LightsState.m_bGameButtonLights[pn][GAME_BUTTON_MENULEFT] = true;
m_LightsState.m_bGameButtonLights[pn][GAME_BUTTON_MENURIGHT] = true;
m_LightsState.m_bGameButtonLights[pn][GAME_BUTTON_MENUUP] = true;
m_LightsState.m_bGameButtonLights[pn][GAME_BUTTON_MENUDOWN] = true;
}
else
{
//flash select during evaluation screen to indicate
//that the button can be used for screenshots etc.
m_LightsState.m_bGameButtonLights[pn][GAME_BUTTON_SELECT] = true;
}
}
}