This commit is contained in:
twinaphex 2016-08-29 16:26:03 +02:00
parent 67932e0356
commit 71fa2564e6

View File

@ -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;