early-access version 2425

This commit is contained in:
pineappleEA
2022-01-22 00:25:04 +01:00
parent 0a2d207218
commit e69d3cd638
13 changed files with 83 additions and 47 deletions

View File

@@ -307,6 +307,8 @@ SET_SYS::SET_SYS(Core::System& system_) : ServiceFramework{system_, "set:sys"} {
{202, nullptr, "SetFieldTestingFlag"},
{203, nullptr, "GetPanelCrcMode"},
{204, nullptr, "SetPanelCrcMode"},
{205, nullptr, "GetNxControllerSettingsEx"},
{206, nullptr, "SetNxControllerSettingsEx"},
};
// clang-format on