mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 18:00:57 +00:00
Merge pull request #3472 from bparker06/config
use correct type for default float setting
This commit is contained in:
commit
8da400c55e
@ -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…
Reference in New Issue
Block a user