mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Rename tga.c to rtga.c
This commit is contained in:
parent
fd4e462381
commit
e1109c82c6
@ -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.o
|
||||
libretro-common/formats/tga/rtga.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.c"
|
||||
#include "../libretro-common/formats/tga/rtga.c"
|
||||
|
||||
#ifdef HAVE_IMAGEVIEWER
|
||||
#include "../cores/image_core.c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user