mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
use correct type for default float setting
This commit is contained in:
parent
2c17d6a71e
commit
815b8e26b8
@ -58,7 +58,7 @@ struct config_float_setting_ptr
|
||||
const char *ident;
|
||||
float *ptr;
|
||||
bool def_enable;
|
||||
bool def;
|
||||
float def;
|
||||
};
|
||||
|
||||
struct config_string_setting_ptr
|
||||
|
Loading…
x
Reference in New Issue
Block a user