mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Rename tga.c to rtga.c
This commit is contained in:
parent
fd4e462381
commit
e1109c82c6
3 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue