dcnet: libretro support

This commit is contained in:
Flyinghead 2025-01-09 19:01:50 +01:00
parent a5a338d408
commit bb4ba3ed89
2 changed files with 15 additions and 0 deletions

View File

@ -245,6 +245,20 @@ struct retro_core_option_v2_definition option_defs_us[] = {
},
"enabled",
},
{
CORE_OPTION_NAME "_dcnet",
"Use DCNet (Experimental)",
NULL,
"Connect to the experimental DCNet cloud service.",
NULL,
"system",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled",
},
{
CORE_OPTION_NAME "_internal_resolution",

View File

@ -122,6 +122,7 @@ Option<int> GGPOAnalogAxes("", 0);
Option<bool> NetworkOutput(CORE_OPTION_NAME "_network_output", false);
Option<int> MultiboardSlaves("", 0);
Option<bool> BattleCableEnable("", false);
Option<bool> UseDCNet(CORE_OPTION_NAME "_dcnet", false);
// Maple