mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
Move cocoa_input.m to griffin_objc.m
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user