mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(Apple) Use HAVE_COCOA/HAVE_COCOATOUCH defines
This commit is contained in:
parent
2f169a42b1
commit
1477ce04b7
@ -25,11 +25,11 @@
|
||||
|
||||
#include "../drivers/apple_keycode.h"
|
||||
|
||||
#if defined(IOS)
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
|
||||
#define HIDKEY(X) X
|
||||
|
||||
#elif defined(OSX)
|
||||
#elif defined(HAVE_COCOA)
|
||||
|
||||
/* Taken from https://github.com/depp/keycode,
|
||||
* check keycode.h for license. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user