diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 22:10:32 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | 7133bfdd2c2353242371aadd792e9281a07f1902 (patch) | |
tree | f16b54d06eeb45292b0c6767782cc995b788ad0e /src/core | |
parent | pctl_module: Update to 12.x (diff) | |
download | yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.gz yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.bz2 yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.lz yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.xz yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.tar.zst yuzu-7133bfdd2c2353242371aadd792e9281a07f1902.zip |
Diffstat (limited to '')
-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"} { {155, nullptr, "SetAccountOnlineStorageSettings"}, {156, nullptr, "GetPctlReadyFlag"}, {157, nullptr, "SetPctlReadyFlag"}, + {158, nullptr, "GetAnalogStickUserCalibrationL"}, + {159, nullptr, "SetAnalogStickUserCalibrationL"}, + {160, nullptr, "GetAnalogStickUserCalibrationR"}, + {161, nullptr, "SetAnalogStickUserCalibrationR"}, {162, nullptr, "GetPtmBatteryVersion"}, {163, nullptr, "SetPtmBatteryVersion"}, {164, nullptr, "GetUsb30HostEnableFlag"}, @@ -302,6 +306,8 @@ SET_SYS::SET_SYS(Core::System& system_) : ServiceFramework{system_, "set:sys"} { {200, nullptr, "SetButtonConfigRegisteredSettings"}, {201, nullptr, "GetFieldTestingFlag"}, {202, nullptr, "SetFieldTestingFlag"}, + {203, nullptr, "GetPanelCrcMode"}, + {204, nullptr, "SetPanelCrcMode"}, }; // clang-format on |