1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

Remove file_path_str from Salamander

This commit is contained in:
twinaphex 2020-08-22 13:42:57 +02:00
parent cce19ac97d
commit 772ed15d88
13 changed files with 1 additions and 26 deletions

View File

@ -39,7 +39,6 @@ OBJ := ctr/ctr_system.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o
OBJ += ctr/exec-3dsx/exec_cia.o \

View File

@ -61,7 +61,6 @@ EE_OBJS = frontend/frontend_salamander.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o \
ps2/compat_files/ps2_devices.o

View File

@ -60,7 +60,6 @@ PPU_SRCS = frontend/frontend_salamander.c \
libretro-common/vfs/vfs_implementation.c \
libretro-common/file/config_file.c \
libretro-common/time/rtime.c \
file_path_str.c \
verbosity.c
ifeq ($(HAVE_LOGGER), 1)

View File

@ -71,8 +71,7 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/file/config_file.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o
verbosity.o
ifeq ($(HAVE_LOGGER), 1)
CFLAGS += -DHAVE_LOGGER

View File

@ -50,7 +50,6 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o \
bootstrap/psp1/kernel_functions.o

View File

@ -50,7 +50,6 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/hash/rhash.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o
all: $(TARGET).vpk

View File

@ -70,7 +70,6 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/compat/fopen_utf8.o \
libretro-common/file/config_file.o \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o \
$(APP_BOOTER_DIR)/app_booter.binobj

View File

@ -68,7 +68,6 @@ ifeq ($(SALAMANDER_BUILD),1)
OBJ += libretro-common/vfs/vfs_implementation.o
OBJ += libretro-common/hash/rhash.o
OBJ += libretro-common/time/rtime.o
OBJ += file_path_str.o
OBJ += verbosity.o
# $(SALAMANDER_BUILD),0

View File

@ -286,7 +286,6 @@
92B9ECB724E054B500E6CFB2 /* switch_performance_profiles.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = switch_performance_profiles.h; path = ../../switch_performance_profiles.h; sourceTree = "<group>"; };
92B9ECB824E054B500E6CFB2 /* driver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = driver.h; path = ../../driver.h; sourceTree = "<group>"; };
92B9ECB924E054B500E6CFB2 /* version.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../version.h; sourceTree = "<group>"; };
92B9ECBA24E054B500E6CFB2 /* file_path_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = file_path_str.c; path = ../../file_path_str.c; sourceTree = "<group>"; };
92B9ECBB24E054B500E6CFB2 /* disk_index_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = disk_index_file.h; path = ../../disk_index_file.h; sourceTree = "<group>"; };
92B9ECBC24E054B500E6CFB2 /* core_backup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = core_backup.c; path = ../../core_backup.c; sourceTree = "<group>"; };
92B9ECBD24E054B500E6CFB2 /* database_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = database_info.h; path = ../../database_info.h; sourceTree = "<group>"; };
@ -865,7 +864,6 @@
92B9ECB224E054B400E6CFB2 /* dynamic.h */,
92B9ECC724E054B600E6CFB2 /* file_path_special.c */,
92B9ECA724E054B300E6CFB2 /* file_path_special.h */,
92B9ECBA24E054B500E6CFB2 /* file_path_str.c */,
92B9ECAD24E054B400E6CFB2 /* lakka.h */,
92B9ECB324E054B400E6CFB2 /* list_special.h */,
92B9ECAB24E054B400E6CFB2 /* manual_content_scan.c */,

View File

@ -262,14 +262,6 @@
</Deploy>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\file_path_str.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
</ClCompile>
<ClCompile Include="..\..\..\libretro-common\time\rtime.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>

View File

@ -89,8 +89,5 @@
<ClCompile Include="..\..\..\libretro-common\compat\compat_snprintf.c">
<Filter>Source Files\libretro-common\compat</Filter>
</ClCompile>
<ClCompile Include="..\..\..\file_path_str.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

View File

@ -278,9 +278,6 @@
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath="..\..\..\file_path_str.c">
</File>
<File
RelativePath="..\..\..\frontend\frontend_driver.c">
</File>

View File

@ -94,7 +94,6 @@ SOURCES_C := \
$(CORE_DIR)/tasks/task_database_cue.c \
$(CORE_DIR)/database_info.c \
$(CORE_DIR)/core_info.c \
$(CORE_DIR)/file_path_str.c \
$(CORE_DIR)/msg_hash.c \
$(CORE_DIR)/intl/msg_hash_us.c \
$(CORE_DIR)/playlist.c \