From 6aa0248b5541e63a283b5e5eeee56ba1f79321b2 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Aug 2017 22:00:59 -0700 Subject: [PATCH] Add the rest of the .h's --- libretro/libretro-core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libretro/libretro-core.c b/libretro/libretro-core.c index 7bd1102..3eb51fb 100644 --- a/libretro/libretro-core.c +++ b/libretro/libretro-core.c @@ -2,6 +2,9 @@ #include "libretro-core.h" #include "atari.h" +#include "devices.h" +#include "esc.h" +#include "memory.h" cothread_t mainThread; cothread_t emuThread;