Skip to content

Commit

Permalink
Update rcheevos.
Browse files Browse the repository at this point in the history
While doing so, switch to a fork with 3DS hashing support removed.
  • Loading branch information
hrydgard committed Feb 28, 2024
1 parent bc18fb1 commit 0f97180
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -46,7 +46,7 @@
url = https://github.com/google/cpu_features.git
[submodule "ext/rcheevos"]
path = ext/rcheevos
url = https://github.com/RetroAchievements/rcheevos.git
url = https://github.com/hrydgard/rcheevos.git
[submodule "ext/naett"]
path = ext/naett
url = https://github.com/erkkah/naett.git
Expand Down
3 changes: 1 addition & 2 deletions UWP/rcheevos_UWP/rcheevos_UWP.vcxproj
Expand Up @@ -72,7 +72,6 @@
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\runtime_progress.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\trigger.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\value.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\aes.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\cdreader.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\md5.c" />
Expand Down Expand Up @@ -129,4 +128,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
5 changes: 1 addition & 4 deletions UWP/rcheevos_UWP/rcheevos_UWP.vcxproj.filters
Expand Up @@ -155,8 +155,5 @@
<ClCompile Include="..\..\ext\rcheevos\src\rc_util.c">
<Filter>rcheevos</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\rcheevos\src\rhash\aes.c">
<Filter>rhash</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion ext/rcheevos-build/CMakeLists.txt
Expand Up @@ -38,7 +38,6 @@ set(ALL_SOURCE_FILES
# rhash
${SRC_DIR}/rhash/cdreader.c
${SRC_DIR}/rhash/hash.c
${SRC_DIR}/rhash/aes.c
${SRC_DIR}/rhash/md5.c
${SRC_DIR}/rhash/md5.h
)
Expand Down
1 change: 0 additions & 1 deletion libretro/Makefile.common
Expand Up @@ -220,7 +220,6 @@ SOURCES_C += \
$(EXTDIR)/rcheevos/src/rcheevos/runtime_progress.c \
$(EXTDIR)/rcheevos/src/rcheevos/trigger.c \
$(EXTDIR)/rcheevos/src/rcheevos/value.c \
$(EXTDIR)/rcheevos/src/rhash/aes.c \
$(EXTDIR)/rcheevos/src/rhash/cdreader.c \
$(EXTDIR)/rcheevos/src/rhash/hash.c \
$(EXTDIR)/rcheevos/src/rhash/md5.c
Expand Down

0 comments on commit 0f97180

Please sign in to comment.