mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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"
|
#include "../drivers/apple_keycode.h"
|
||||||
|
|
||||||
#if defined(IOS)
|
#if defined(HAVE_COCOATOUCH)
|
||||||
|
|
||||||
#define HIDKEY(X) X
|
#define HIDKEY(X) X
|
||||||
|
|
||||||
#elif defined(OSX)
|
#elif defined(HAVE_COCOA)
|
||||||
|
|
||||||
/* Taken from https://github.com/depp/keycode,
|
/* Taken from https://github.com/depp/keycode,
|
||||||
* check keycode.h for license. */
|
* check keycode.h for license. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user