Move cores/image_core.c
This commit is contained in:
parent
7924823b32
commit
652d94e9ee
|
@ -218,7 +218,7 @@ OBJ += gfx/image/image.o
|
||||||
|
|
||||||
ifeq ($(HAVE_IMAGEVIEWER), 1)
|
ifeq ($(HAVE_IMAGEVIEWER), 1)
|
||||||
DEFINES += -DHAVE_IMAGEVIEWER
|
DEFINES += -DHAVE_IMAGEVIEWER
|
||||||
OBJ += cores/image_core.o
|
OBJ += cores/libretro-imageviewer/image_core.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
#define STBI_SUPPORT_ZLIB
|
#define STBI_SUPPORT_ZLIB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../deps/stb/stb_image.h"
|
#include "../../deps/stb/stb_image.h"
|
||||||
|
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
#include "internal_cores.h"
|
#include "internal_cores.h"
|
||||||
#include "../libretro.h"
|
#include "../../libretro.h"
|
||||||
#define IMAGE_CORE_PREFIX(s) libretro_imageviewer_##s
|
#define IMAGE_CORE_PREFIX(s) libretro_imageviewer_##s
|
||||||
#else
|
#else
|
||||||
#include "libretro.h"
|
#include "libretro.h"
|
|
@ -0,0 +1 @@
|
||||||
|
#include "../internal_cores.h"
|
|
@ -196,7 +196,7 @@ VIDEO IMAGE
|
||||||
#include "../libretro-common/formats/tga/rtga.c"
|
#include "../libretro-common/formats/tga/rtga.c"
|
||||||
|
|
||||||
#ifdef HAVE_IMAGEVIEWER
|
#ifdef HAVE_IMAGEVIEWER
|
||||||
#include "../cores/image_core.c"
|
#include "../cores/libretro-imageviewer/image_core.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_RPNG
|
#ifdef HAVE_RPNG
|
||||||
|
|
Loading…
Reference in New Issue