mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Implement leaderboard scores.
This commit is contained in:
parent
e59508a696
commit
5234d8b0e6
2 changed files with 126 additions and 10 deletions
|
|
@ -47,6 +47,7 @@ public:
|
|||
static constexpr auto settings_storage_folder = "settings";
|
||||
static constexpr auto remote_storage_folder = "remote";
|
||||
static constexpr auto stats_storage_folder = "stats";
|
||||
static constexpr auto leaderboard_storage_folder = "leaderboard";
|
||||
static constexpr auto user_data_storage = "local";
|
||||
static constexpr auto screenshots_folder = "screenshots";
|
||||
static constexpr auto game_settings_folder = "steam_settings";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue