diff --git a/Makefile.ctr.salamander b/Makefile.ctr.salamander index 6e14ec590b..861a599a44 100644 --- a/Makefile.ctr.salamander +++ b/Makefile.ctr.salamander @@ -38,7 +38,7 @@ OBJ := ctr/ctr_system.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ libretro-common/vfs/vfs_implementation.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/time/rtime.o \ verbosity.o diff --git a/Makefile.ps2.salamander b/Makefile.ps2.salamander index a076ae2abd..64d85e70db 100644 --- a/Makefile.ps2.salamander +++ b/Makefile.ps2.salamander @@ -59,7 +59,7 @@ EE_OBJS = frontend/frontend_salamander.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ libretro-common/vfs/vfs_implementation.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/time/rtime.o \ verbosity.o \ ps2/compat_files/ps2_devices.o diff --git a/Makefile.psl1ght.salamander b/Makefile.psl1ght.salamander index f34b01bce2..fecca5cc8a 100644 --- a/Makefile.psl1ght.salamander +++ b/Makefile.psl1ght.salamander @@ -61,7 +61,7 @@ OBJ = frontend/frontend_salamander.o \ libretro-common/lists/dir_list.o \ libretro-common/lists/string_list.o \ libretro-common/file/retro_dirent.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/string/stdstring.o \ libretro-common/encodings/encoding_utf.o \ libretro-common/compat/compat_strl.o \ diff --git a/Makefile.psp1.salamander b/Makefile.psp1.salamander index b864e94ae5..76258ee9eb 100644 --- a/Makefile.psp1.salamander +++ b/Makefile.psp1.salamander @@ -48,7 +48,7 @@ OBJS = frontend/frontend_salamander.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ libretro-common/vfs/vfs_implementation.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/time/rtime.o \ verbosity.o \ bootstrap/psp1/kernel_functions.o diff --git a/Makefile.vita.salamander b/Makefile.vita.salamander index 612ad53a33..cc811c56ab 100644 --- a/Makefile.vita.salamander +++ b/Makefile.vita.salamander @@ -48,7 +48,7 @@ OBJS = frontend/frontend_salamander.o \ libretro-common/file/config_file.o \ libretro-common/streams/file_stream.o \ libretro-common/vfs/vfs_implementation.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/time/rtime.o \ verbosity.o diff --git a/Makefile.wii.salamander b/Makefile.wii.salamander index 4e3ee3e893..cb18a478d1 100644 --- a/Makefile.wii.salamander +++ b/Makefile.wii.salamander @@ -69,7 +69,7 @@ OBJ = frontend/frontend_salamander.o \ frontend/drivers/platform_wii.o \ libretro-common/file/file_path.o \ libretro-common/file/file_path_io.o \ - libretro-common/hash/rhash.o \ + libretro-common/hash/lrc_hash.o \ libretro-common/string/stdstring.o \ libretro-common/lists/string_list.o \ libretro-common/lists/dir_list.o \ diff --git a/Makefile.wiiu b/Makefile.wiiu index 72f15e8e6e..55a0dd93cc 100644 --- a/Makefile.wiiu +++ b/Makefile.wiiu @@ -66,7 +66,7 @@ ifeq ($(SALAMANDER_BUILD),1) OBJ += libretro-common/file/config_file.o OBJ += libretro-common/streams/file_stream.o OBJ += libretro-common/vfs/vfs_implementation.o - OBJ += libretro-common/hash/rhash.o + OBJ += libretro-common/hash/lrc_hash.o OBJ += libretro-common/time/rtime.o OBJ += verbosity.o