Browse Source

service/set: Update function tables

nce_cpp
Lioncash 4 years ago
parent
commit
50af00640b
  1. 2
      src/core/hle/service/set/set_sys.cpp

2
src/core/hle/service/set/set_sys.cpp

@ -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

Loading…
Cancel
Save