mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Bump rcheevos to v12.0.0
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include "ext/rcheevos/include/rc_api_info.h"
|
||||
#include "ext/rcheevos/include/rc_api_request.h"
|
||||
#include "ext/rcheevos/include/rc_api_runtime.h"
|
||||
#include "ext/rcheevos/include/rc_api_user.h"
|
||||
#include "ext/rcheevos/include/rc_url.h"
|
||||
|
||||
#include "ext/rapidjson/include/rapidjson/document.h"
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<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\hash.c" />
|
||||
<ClCompile Include="..\..\ext\rcheevos\src\rhash\md5.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
|
||||
@@ -149,5 +149,8 @@
|
||||
<ClCompile Include="..\..\ext\rcheevos\src\rc_util.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c">
|
||||
<Filter>rhash</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -183,7 +183,8 @@ RCHEEVOS_FILES := \
|
||||
${SRC}/ext/rcheevos/src/rcheevos/runtime_progress.c \
|
||||
${SRC}/ext/rcheevos/src/rcheevos/trigger.c \
|
||||
${SRC}/ext/rcheevos/src/rcheevos/value.c \
|
||||
${SRC}/ext/rcheevos/src/rhash/md5.c
|
||||
${SRC}/ext/rcheevos/src/rhash/md5.c \
|
||||
${SRC}/ext/rcheevos/src/rhash/hash.c
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
|
||||
ADRENOTOOLS_FILES := \
|
||||
|
||||
+1
-1
Submodule ext/rcheevos updated: ef0e22bc07...b443902b1c
@@ -35,9 +35,10 @@ set(ALL_SOURCE_FILES
|
||||
${SRC_DIR}/rcheevos/runtime_progress.c
|
||||
${SRC_DIR}/rcheevos/trigger.c
|
||||
${SRC_DIR}/rcheevos/value.c
|
||||
# rhash (still need just md5)
|
||||
# rhash (still need just md5, hash)
|
||||
${SRC_DIR}/rhash/md5.c
|
||||
${SRC_DIR}/rhash/md5.h
|
||||
${SRC_DIR}/rhash/hash.c
|
||||
)
|
||||
|
||||
add_library(rcheevos STATIC ${ALL_SOURCE_FILES})
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
<ClCompile Include="..\rcheevos\src\rc_client_raintegration.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_compat.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_util.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rhash\hash.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rhash\md5.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -69,7 +70,6 @@
|
||||
<ClInclude Include="..\rcheevos\include\rc_hash.h" />
|
||||
<ClInclude Include="..\rcheevos\include\rc_runtime.h" />
|
||||
<ClInclude Include="..\rcheevos\include\rc_runtime_types.h" />
|
||||
<ClInclude Include="..\rcheevos\include\rc_url.h" />
|
||||
<ClInclude Include="..\rcheevos\include\rc_util.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rapi\rc_api_common.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rcheevos\rc_internal.h" />
|
||||
|
||||
@@ -90,6 +90,9 @@
|
||||
<ClCompile Include="..\rcheevos\src\rc_client_external.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\rcheevos\src\rhash\hash.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\rcheevos\src\rapi\rc_api_common.h">
|
||||
@@ -125,9 +128,6 @@
|
||||
<ClInclude Include="..\rcheevos\include\rc_runtime_types.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rcheevos\include\rc_url.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rcheevos\include\rcheevos.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -263,7 +263,8 @@ 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/md5.c
|
||||
$(EXTDIR)/rcheevos/src/rhash/md5.c \
|
||||
$(EXTDIR)/rcheevos/src/rhash/hash.c
|
||||
|
||||
COREFLAGS += -DSTACK_LINE_READER_BUFFER_SIZE=1024
|
||||
COREFLAGS += -DHTTPS_NOT_AVAILABLE
|
||||
|
||||
Reference in New Issue
Block a user