fix settings and float error

This commit is contained in:
Detanup01 2024-09-30 19:31:44 +02:00 committed by GitHub
parent 70ab93c62f
commit 618e709e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ public:
// the stat itself is always saved regardless of that flag, only affects the achievement progress
bool save_only_higher_stat_achievement_progress = true;
// Minimum value to indicate progress being made for the user.
float stat_float_min_diff_progress = 0.1;
float stat_min_diff_progress = 0.1f;
// the emulator loads the achievements icons is memory mainly for `ISteamUserStats::GetAchievementIcon()`
// this defines how many icons to load each iteration when the periodic callback in `Steam_User_Stats` is triggered
// or when the app calls `SteamAPI_RunCallbacks()`