Use libretro.h instead of submodule
This allows releases to include the libretro.h header file required for compiling. We also don't require any of the other header files the submodule provided. Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
parent
0c4d58e326
commit
052a95b7bf
|
@ -1,3 +0,0 @@
|
|||
[submodule "libretro-common"]
|
||||
path = libretro-common
|
||||
url = https://github.com/libretro/libretro-common.git
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8dd21acbe42b23110536e04efceaba66e5c7d3df
|
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@
|
|||
#include <mpv/client.h>
|
||||
#include <mpv/opengl_cb.h>
|
||||
|
||||
#include <libretro.h>
|
||||
#include "libretro.h"
|
||||
|
||||
static struct retro_hw_render_callback hw_render;
|
||||
|
||||
|
|
Loading…
Reference in New Issue