mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Move cocoa_input.m to griffin_objc.m
This commit is contained in:
parent
79886a2768
commit
d55a34b54b
@ -32,12 +32,6 @@ AUDIO
|
||||
#include "../audio/drivers/xaudio.cpp"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
INPUT
|
||||
============================================================ */
|
||||
#if defined(HAVE_COCOA) || defined(HAVE_COCOATOUCH)
|
||||
#include "../input/drivers/cocoa_input.m"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
KEYBOARD EVENT
|
||||
|
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_COCOATOUCH) || defined(HAVE_COCOA)
|
||||
#include "../input/drivers/cocoa_input.m"
|
||||
#include "../gfx/drivers_context/cocoa_gl_ctx.m"
|
||||
#include "../ui/drivers/cocoa/cocoa_common.m"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user