mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 22:23:43 +00:00
Merge pull request #447 from damien-hackadl/master
LURE: Use the mouse pointer for menus on the Wii
This commit is contained in:
commit
ef69ac9f2f
@ -31,7 +31,7 @@
|
||||
#include "lure/events.h"
|
||||
#include "lure/lure.h"
|
||||
|
||||
#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS) || defined(__ANDROID__)
|
||||
#if defined(_WIN32_WCE) || defined(__SYMBIAN32__) || defined(WEBOS) || defined(__ANDROID__) || defined(__WII__)
|
||||
#define LURE_CLICKABLE_MENUS
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user