mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-24 01:05:22 +02:00
remove suffix for float
This commit is contained in:
parent
9ddfa82878
commit
a450f77e03
2 changed files with 3 additions and 3 deletions
|
@ -260,7 +260,7 @@ public:
|
|||
bool save_only_higher_stat_achievement_progress = true;
|
||||
// Minimum value to indicate progress being made for the user.
|
||||
int stat_int_min_diff_progress = 1;
|
||||
float stat_float_min_diff_progress = 1f;
|
||||
float stat_float_min_diff_progress = 1;
|
||||
// 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()`
|
||||
|
|
|
@ -74,8 +74,8 @@ paginated_achievements_icons=10
|
|||
# Usually good for achievement that use stat values and contains high number (ie: kill 200 cops)
|
||||
# default=1
|
||||
stat_int_min_diff_progress=1
|
||||
# default=1f
|
||||
stat_float_min_diff_progress=1f
|
||||
# default=1
|
||||
stat_float_min_diff_progress=1
|
||||
|
||||
[main::connectivity]
|
||||
# 1=prevent hooking OS networking APIs and allow any external requests
|
||||
|
|
Loading…
Add table
Reference in a new issue