diff options
| author | 2021-04-08 14:10:32 -0600 | |
|---|---|---|
| committer | 2021-04-08 19:40:25 -0600 | |
| commit | 7133bfdd2c2353242371aadd792e9281a07f1902 (patch) | |
| tree | f16b54d06eeb45292b0c6767782cc995b788ad0e /src | |
| parent | pctl_module: Update to 12.x (diff) | |
| download | yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.gz yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.xz yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.zip | |
set_sys: Update to 12.x
Diffstat (limited to 'src')
| -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 | ||