mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(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…
x
Reference in New Issue
Block a user