mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
exo2: properly perform smc restriction
This commit is contained in:
parent
d165ec7162
commit
c827c0d599
@ -231,7 +231,7 @@ namespace ams::secmon::smc {
|
|||||||
|
|
||||||
SmcResult InvokeSmcHandler(const HandlerInfo &info, SmcArguments &args) {
|
SmcResult InvokeSmcHandler(const HandlerInfo &info, SmcArguments &args) {
|
||||||
/* Check if the smc is restricted. */
|
/* Check if the smc is restricted. */
|
||||||
if (GetTargetFirmware() >= TargetFirmware_4_0_0 && AMS_UNLIKELY(IsHandlerRestricted(info))) {
|
if (GetTargetFirmware() >= TargetFirmware_8_0_0 && AMS_UNLIKELY(IsHandlerRestricted(info))) {
|
||||||
return SmcResult::NotPermitted;
|
return SmcResult::NotPermitted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user