mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Bump rcheevos again
This commit is contained in:
parent
8d9b3f28f2
commit
7587eca145
4 changed files with 14 additions and 2 deletions
|
@ -138,7 +138,7 @@ void RetroAchievementsListScreen::CreateLeaderboardsTab(UI::ViewGroup *viewGroup
|
|||
|
||||
viewGroup->Add(new ItemHeader(ac->T("Leaderboards")));
|
||||
|
||||
std::vector<rc_client_leaderboard_t *> leaderboards;
|
||||
std::vector<const rc_client_leaderboard_t *> leaderboards;
|
||||
rc_client_leaderboard_list_t *list = rc_client_create_leaderboard_list(Achievements::GetClient(), RC_CLIENT_LEADERBOARD_LIST_GROUPING_NONE);
|
||||
for (uint32_t i = 0; i < list->num_buckets; i++) {
|
||||
const rc_client_leaderboard_bucket_t &bucket = list->buckets[i];
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3a91a58605c0fb05833a228dbb674357b0e65a09
|
||||
Subproject commit 4697f97f3dd355ececf4066acd7a51e121a6bf1a
|
|
@ -55,6 +55,7 @@
|
|||
<ClCompile Include="..\rcheevos\src\rcheevos\trigger.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rcheevos\value.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_client.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_client_external.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_client_raintegration.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_compat.c" />
|
||||
<ClCompile Include="..\rcheevos\src\rc_util.c" />
|
||||
|
@ -78,6 +79,8 @@
|
|||
<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_external.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_client_external_versions.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_client_internal.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_compat.h" />
|
||||
<ClInclude Include="..\rcheevos\src\rc_version.h" />
|
||||
|
|
|
@ -87,6 +87,9 @@
|
|||
<ClCompile Include="..\rcheevos\src\rc_client_raintegration.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\rcheevos\src\rc_client_external.c">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\rcheevos\src\rapi\rc_api_common.h">
|
||||
|
@ -152,5 +155,11 @@
|
|||
<ClInclude Include="..\rcheevos\src\rhash\md5.h">
|
||||
<Filter>rhash</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rcheevos\src\rc_client_external.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\rcheevos\src\rc_client_external_versions.h">
|
||||
<Filter>rcheevos</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue