mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
Compile in overlay if HAVE_OVERLAY in griffin.
This commit is contained in:
parent
35bf5c82c1
commit
7c60aaf48f
@ -230,7 +230,10 @@ FONTS
|
||||
INPUT
|
||||
============================================================ */
|
||||
#include "../../input/input_common.c"
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
#include "../../input/overlay.c"
|
||||
#endif
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include "../../ps3/ps3_input.c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user