mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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;
|
const char *ident;
|
||||||
float *ptr;
|
float *ptr;
|
||||||
bool def_enable;
|
bool def_enable;
|
||||||
bool def;
|
float def;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct config_string_setting_ptr
|
struct config_string_setting_ptr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user