diff options
| -rw-r--r-- | src/core/hle/service/set/set_sys.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set_sys.cpp b/src/core/hle/service/set/set_sys.cpp index b58b2c8c5..5909fdd85 100644 --- a/src/core/hle/service/set/set_sys.cpp +++ b/src/core/hle/service/set/set_sys.cpp | |||
| @@ -261,6 +261,10 @@ SET_SYS::SET_SYS(Core::System& system_) : ServiceFramework{system_, "set:sys"} { | |||
| 261 | {155, nullptr, "SetAccountOnlineStorageSettings"}, | 261 | {155, nullptr, "SetAccountOnlineStorageSettings"}, |
| 262 | {156, nullptr, "GetPctlReadyFlag"}, | 262 | {156, nullptr, "GetPctlReadyFlag"}, |
| 263 | {157, nullptr, "SetPctlReadyFlag"}, | 263 | {157, nullptr, "SetPctlReadyFlag"}, |
| 264 | {158, nullptr, "GetAnalogStickUserCalibrationL"}, | ||
| 265 | {159, nullptr, "SetAnalogStickUserCalibrationL"}, | ||
| 266 | {160, nullptr, "GetAnalogStickUserCalibrationR"}, | ||
| 267 | {161, nullptr, "SetAnalogStickUserCalibrationR"}, | ||
| 264 | {162, nullptr, "GetPtmBatteryVersion"}, | 268 | {162, nullptr, "GetPtmBatteryVersion"}, |
| 265 | {163, nullptr, "SetPtmBatteryVersion"}, | 269 | {163, nullptr, "SetPtmBatteryVersion"}, |
| 266 | {164, nullptr, "GetUsb30HostEnableFlag"}, | 270 | {164, nullptr, "GetUsb30HostEnableFlag"}, |
| @@ -302,6 +306,8 @@ SET_SYS::SET_SYS(Core::System& system_) : ServiceFramework{system_, "set:sys"} { | |||
| 302 | {200, nullptr, "SetButtonConfigRegisteredSettings"}, | 306 | {200, nullptr, "SetButtonConfigRegisteredSettings"}, |
| 303 | {201, nullptr, "GetFieldTestingFlag"}, | 307 | {201, nullptr, "GetFieldTestingFlag"}, |
| 304 | {202, nullptr, "SetFieldTestingFlag"}, | 308 | {202, nullptr, "SetFieldTestingFlag"}, |
| 309 | {203, nullptr, "GetPanelCrcMode"}, | ||
| 310 | {204, nullptr, "SetPanelCrcMode"}, | ||
| 305 | }; | 311 | }; |
| 306 | // clang-format on | 312 | // clang-format on |
| 307 | 313 | ||