diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index b8595dd8..6b6de252 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -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;