From 3bc2ac37e4918efbfbd1459c558e2492474ad9ff Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 19 Mar 2016 03:20:16 +0100 Subject: [PATCH] Create id_libretro.c --- Makefile | 1 + Makefile.common | 1 + id_libretro.c | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 id_libretro.c diff --git a/Makefile b/Makefile index f77c820..9ebcc80 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ SRCS += id_sd.cpp SRCS += id_us_1.cpp SRCS += id_vh.cpp SRCS += id_vl.cpp +SRCS += id_libretro.cpp SRCS += signon.cpp SRCS += wl_act1.cpp SRCS += wl_act2.cpp diff --git a/Makefile.common b/Makefile.common index d6f6a73..a6c0774 100644 --- a/Makefile.common +++ b/Makefile.common @@ -8,6 +8,7 @@ SOURCES_C += $(CORE_DIR)/id_sd.c SOURCES_C += $(CORE_DIR)/id_us_1.c SOURCES_C += $(CORE_DIR)/id_vh.c SOURCES_C += $(CORE_DIR)/id_vl.c +SOURCES_C += $(CORE_DIR)/id_libretro.c SOURCES_C += $(CORE_DIR)/signon.c SOURCES_C += $(CORE_DIR)/wl_act1.c SOURCES_C += $(CORE_DIR)/wl_act2.c diff --git a/id_libretro.c b/id_libretro.c new file mode 100644 index 0000000..dde098b --- /dev/null +++ b/id_libretro.c @@ -0,0 +1,5 @@ +// ID_LIBRETRO.C + +#include +#include "wl_def.h" +#include "surface.h"