mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-10 01:34:42 -06:00
ShadNET hotfix (#4635)
* We try stuff till something works, God bless the new config backend 🙏 * Hopefully we did it? * whoops * what * schizophrenia and clang fix * once a schizo, always a schizo * all in my head? * I DIDN'T EVEN TOUCH THIS LINE BTW 🙏 * fixing an oopsie * that should cover it? * silly clusmy ultra * that should be all hopefully(i hate gh mobile) * clang
This commit is contained in:
parent
a6025d3131
commit
9c0310909e
@ -205,7 +205,12 @@ struct GeneralSettings {
|
||||
make_override<GeneralSettings>("trophy_notification_side",
|
||||
&GeneralSettings::trophy_notification_side),
|
||||
make_override<GeneralSettings>("connected_to_network",
|
||||
&GeneralSettings::connected_to_network)};
|
||||
&GeneralSettings::connected_to_network),
|
||||
make_override<GeneralSettings>("shadnet_server", &GeneralSettings::shadnet_server),
|
||||
make_override<GeneralSettings>("shadnet_webapi_server",
|
||||
&GeneralSettings::shadnet_webapi_server),
|
||||
make_override<GeneralSettings>("signaling_info", &GeneralSettings::signaling_info),
|
||||
make_override<GeneralSettings>("enable_upnp", &GeneralSettings::enable_upnp)};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user