mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
fix settings and float error
This commit is contained in:
parent
70ab93c62f
commit
618e709e27
@ -259,7 +259,7 @@ public:
|
|||||||
// the stat itself is always saved regardless of that flag, only affects the achievement progress
|
// the stat itself is always saved regardless of that flag, only affects the achievement progress
|
||||||
bool save_only_higher_stat_achievement_progress = true;
|
bool save_only_higher_stat_achievement_progress = true;
|
||||||
// Minimum value to indicate progress being made for the user.
|
// 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()`
|
// 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
|
// 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()`
|
// or when the app calls `SteamAPI_RunCallbacks()`
|
||||||
|
Loading…
Reference in New Issue
Block a user