mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #18643 from hrydgard/update-rcheevos
Update rcheevos submodule
This commit is contained in:
commit
80547c5382
@ -21,12 +21,12 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/Loaders.h" // for IdentifiedFileType
|
||||
|
||||
#include "ext/rcheevos/include/rc_client.h"
|
||||
|
||||
class Path;
|
||||
class PointerWrap;
|
||||
class FileLoader;
|
||||
|
||||
struct rc_client_t;
|
||||
|
||||
namespace Achievements {
|
||||
|
||||
struct Statistics {
|
||||
|
@ -10,6 +10,8 @@
|
||||
#include "UI/MiscScreens.h"
|
||||
#include "UI/TabbedDialogScreen.h"
|
||||
|
||||
#include "ext/rcheevos/include/rc_client.h"
|
||||
|
||||
// Lists the achievements and leaderboards for one game.
|
||||
class RetroAchievementsListScreen : public TabbedUIDialogScreenWithGameBackground {
|
||||
public:
|
||||
|
@ -40,10 +40,10 @@
|
||||
<ClInclude Include="..\..\ext\rcheevos\include\rc_runtime.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\include\rc_runtime_types.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\include\rc_url.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\include\rc_util.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rapi\rc_api_common.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_client_internal.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_compat.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_util.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_version.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rcheevos\rc_internal.h" />
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rcheevos\rc_validate.h" />
|
||||
|
@ -52,8 +52,8 @@
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_version.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rc_util.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
<ClInclude Include="..\..\ext\rcheevos\include\rc_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\ext\rcheevos\src\rhash\md5.h">
|
||||
<Filter>rhash</Filter>
|
||||
|
@ -38,10 +38,6 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/Locals.mk
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(LOCAL_PATH)/../../ext/cpu_features/include \
|
||||
$(LOCAL_PATH)/../../ext/rcheevos/include
|
||||
|
||||
LOCAL_CFLAGS += -DSTACK_LINE_READER_BUFFER_SIZE=1024 -DHAVE_DLFCN_H -DRC_DISABLE_LUA -D_7ZIP_ST
|
||||
|
||||
# http://software.intel.com/en-us/articles/getting-started-on-optimizing-ndk-project-for-multiple-cpu-architectures
|
||||
|
@ -22,6 +22,8 @@ LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/../../ext/armips/ext/tinyformat \
|
||||
$(LOCAL_PATH)/../../ext/libchdr/deps/lzma-22.01/include \
|
||||
$(LOCAL_PATH)/../../ext/libchdr/include \
|
||||
$(LOCAL_PATH)/../../ext/cpu_features/include \
|
||||
$(LOCAL_PATH)/../../ext/rcheevos/include \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libzip glslang-build miniupnp-build
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 64fcb9ea3cf990e65343057ace9271ff3b77428e
|
||||
Subproject commit 6fb3ebca22fe4f3a97e7a391e5e9c4623aa2286a
|
@ -22,7 +22,6 @@ set(ALL_SOURCE_FILES
|
||||
${SRC_DIR}/rcheevos/memref.c
|
||||
${SRC_DIR}/rcheevos/operand.c
|
||||
${SRC_DIR}/rc_compat.h
|
||||
${SRC_DIR}/rc_compat.h
|
||||
${SRC_DIR}/rc_compat.c
|
||||
${SRC_DIR}/rc_util.c
|
||||
${SRC_DIR}/rc_client.c
|
||||
|
@ -75,12 +75,12 @@
|
||||
<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" />
|
||||
<ClInclude Include="..\rcheevos\src\rcheevos\rc_validate.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_client_internal.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_compat.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_util.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_version.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rhash\md5.h" />
|
||||
</ItemGroup>
|
||||
|
@ -152,8 +152,8 @@
|
||||
<ClInclude Include="..\rcheevos\src\rc_compat.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rcheevos\src\rc_util.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
<ClInclude Include="..\rcheevos\include\rc_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user