Create id_libretro.c

This commit is contained in:
twinaphex 2016-03-19 03:20:16 +01:00
parent 855ffb74f7
commit 3bc2ac37e4
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

5
id_libretro.c Normal file
View File

@ -0,0 +1,5 @@
// ID_LIBRETRO.C
#include <string.h>
#include "wl_def.h"
#include "surface.h"