We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a108fcf commit f222c50Copy full SHA for f222c50
src/core/fullscreenui_achievements.cpp
@@ -32,8 +32,8 @@ static constexpr const char* PROFILE_DETAILS_URL_TEMPLATE = "https://retroachiev
32
static constexpr float WINDOW_ALPHA = 0.9f;
33
static constexpr float WINDOW_HEADING_ALPHA = 0.95f;
34
35
-static constexpr u32 LEADERBOARD_NEARBY_ENTRIES_TO_FETCH = 10;
36
-static constexpr u32 LEADERBOARD_ALL_FETCH_SIZE = 20;
+static constexpr u32 LEADERBOARD_NEARBY_ENTRIES_TO_FETCH = 20;
+static constexpr u32 LEADERBOARD_ALL_FETCH_SIZE = 50;
37
38
// How long the last progress update is shown in the pause menu.
39
static constexpr float PAUSE_MENU_PROGRESS_DISPLAY_TIME = 60.0f;
0 commit comments