mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +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
|
struct
|
||||||
{
|
{
|
||||||
|
union
|
||||||
|
{
|
||||||
|
bool boolean;
|
||||||
|
int integer;
|
||||||
|
unsigned int unsigned_integer;
|
||||||
|
float fraction;
|
||||||
|
char string;
|
||||||
|
struct retro_keybind keybind;
|
||||||
|
} source;
|
||||||
|
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
bool *boolean;
|
bool *boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user