mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 11:04:15 +01:00
Fix invert mouse on/off
This commit is contained in:
parent
36ecf74ee7
commit
0525e3930b
@ -753,7 +753,7 @@ void CMenuManager::Draw()
|
|||||||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(TheCamera.m_bHeadBob ? "FEM_ON" : "FEM_OFF");
|
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(TheCamera.m_bHeadBob ? "FEM_ON" : "FEM_OFF");
|
||||||
break;
|
break;
|
||||||
case MENUACTION_INVVERT:
|
case MENUACTION_INVVERT:
|
||||||
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(MousePointerStateHelper.bInvertVertically ? "FEM_ON" : "FEM_OFF");
|
textToPrint[MENUCOLUMN_RIGHT] = TheText.Get(MousePointerStateHelper.bInvertVertically ? "FEM_OFF" : "FEM_ON");
|
||||||
break;
|
break;
|
||||||
case MENUACTION_SCREENRES: {
|
case MENUACTION_SCREENRES: {
|
||||||
RwChar* res = _psGetVideoModeList()[m_nDisplayVideoMode];
|
RwChar* res = _psGetVideoModeList()[m_nDisplayVideoMode];
|
||||||
|
Loading…
Reference in New Issue
Block a user