mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
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)
|
||||
DEFINES += -DHAVE_IMAGEVIEWER
|
||||
OBJ += cores/image_core.o
|
||||
OBJ += cores/libretro-imageviewer/image_core.o
|
||||
endif
|
||||
|
||||
# Qt
|
||||
|
@ -20,11 +20,11 @@
|
||||
#define STBI_SUPPORT_ZLIB
|
||||
#endif
|
||||
|
||||
#include "../deps/stb/stb_image.h"
|
||||
#include "../../deps/stb/stb_image.h"
|
||||
|
||||
#ifdef RARCH_INTERNAL
|
||||
#include "internal_cores.h"
|
||||
#include "../libretro.h"
|
||||
#include "../../libretro.h"
|
||||
#define IMAGE_CORE_PREFIX(s) libretro_imageviewer_##s
|
||||
#else
|
||||
#include "libretro.h"
|
1
cores/libretro-imageviewer/internal_cores.h
Normal file
1
cores/libretro-imageviewer/internal_cores.h
Normal file
@ -0,0 +1 @@
|
||||
#include "../internal_cores.h"
|
@ -196,7 +196,7 @@ VIDEO IMAGE
|
||||
#include "../libretro-common/formats/tga/rtga.c"
|
||||
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
#include "../cores/image_core.c"
|
||||
#include "../cores/libretro-imageviewer/image_core.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPNG
|
||||
|
Loading…
Reference in New Issue
Block a user