mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +00:00
Change tga_decode.c to tga.c
This commit is contained in:
parent
f4eaa2296a
commit
fd4e462381
@ -796,7 +796,7 @@ ifeq ($(HAVE_RPNG), 1)
|
||||
libretro-common/formats/png/rpng_encode.o
|
||||
endif
|
||||
OBJ += libretro-common/formats/bmp/rbmp_encode.o \
|
||||
libretro-common/formats/tga/tga_decode.o
|
||||
libretro-common/formats/tga/tga.o
|
||||
|
||||
ifdef HAVE_COMPRESSION
|
||||
DEFINES += -DHAVE_COMPRESSION
|
||||
|
@ -167,7 +167,7 @@ VIDEO IMAGE
|
||||
#include "../gfx/image/image.c"
|
||||
#include "../gfx/video_texture.c"
|
||||
|
||||
#include "../libretro-common/formats/tga/tga_decode.c"
|
||||
#include "../libretro-common/formats/tga/tga.c"
|
||||
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
#include "../cores/image_core.c"
|
||||
|
Loading…
Reference in New Issue
Block a user