mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 00:01:49 +01:00
wiiu: don't show mouse cursor
This commit is contained in:
parent
d37af914e1
commit
85d02912e8
@ -579,7 +579,7 @@ CMenuManager::Initialise(void)
|
|||||||
m_nCurrOption = 0;
|
m_nCurrOption = 0;
|
||||||
m_nOptionHighlightTransitionBlend = 0;
|
m_nOptionHighlightTransitionBlend = 0;
|
||||||
CentreMousePointer();
|
CentreMousePointer();
|
||||||
#ifdef GTA_HANDHELD
|
#if defined(GTA_HANDHELD) || defined(__WIIU__)
|
||||||
m_bShowMouse = false;
|
m_bShowMouse = false;
|
||||||
#else
|
#else
|
||||||
m_bShowMouse = true;
|
m_bShowMouse = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user