(menu_setting.c) Add source setting
This commit is contained in:
parent
2af2b4eebf
commit
e2fc8900b5
|
@ -113,6 +113,16 @@ struct rarch_setting
|
|||
|
||||
struct
|
||||
{
|
||||
union
|
||||
{
|
||||
bool boolean;
|
||||
int integer;
|
||||
unsigned int unsigned_integer;
|
||||
float fraction;
|
||||
char string;
|
||||
struct retro_keybind keybind;
|
||||
} source;
|
||||
|
||||
union
|
||||
{
|
||||
bool *boolean;
|
||||
|
|
Loading…
Reference in New Issue