This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix invert mouse on/off
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/core/Frontend.cpp
There are no files selected for viewing
|
|
@@ -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];
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.