mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanup
This commit is contained in:
parent
67932e0356
commit
71fa2564e6
@ -37,12 +37,6 @@ RETRO_BEGIN_DECLS
|
||||
|
||||
/* All config related settings go here. */
|
||||
|
||||
struct config_bool_setting
|
||||
{
|
||||
const char *ident;
|
||||
bool value;
|
||||
};
|
||||
|
||||
struct config_bool_setting_ptr
|
||||
{
|
||||
const char *ident;
|
||||
@ -55,12 +49,6 @@ struct config_int_setting_ptr
|
||||
unsigned *ptr;
|
||||
};
|
||||
|
||||
struct config_int_setting
|
||||
{
|
||||
const char *ident;
|
||||
unsigned value;
|
||||
};
|
||||
|
||||
struct config_float_setting_ptr
|
||||
{
|
||||
const char *ident;
|
||||
|
Loading…
x
Reference in New Issue
Block a user