mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-22 15:51:50 +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_nOptionHighlightTransitionBlend = 0;
|
||||
CentreMousePointer();
|
||||
#ifdef GTA_HANDHELD
|
||||
#if defined(GTA_HANDHELD) || defined(__WIIU__)
|
||||
m_bShowMouse = false;
|
||||
#else
|
||||
m_bShowMouse = true;
|
||||
|
Loading…
Reference in New Issue
Block a user