mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 17:35:06 -04:00
ams: use psc acknowledge_ex on 5.1.0+ (fixes wake-from-sleep on 5.1.0)
This commit is contained in:
parent
8e75a4169d
commit
0e289461bb
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ namespace ams::psc {
|
|||
R_ABORT_UNLESS(res);
|
||||
R_UNLESS(this->initialized, psc::ResultNotInitialized());
|
||||
|
||||
if (hos::GetVersion() >= hos::Version_6_0_0) {
|
||||
if (hos::GetVersion() >= hos::Version_5_1_0) {
|
||||
return this->intf->AcknowledgeEx(state);
|
||||
} else {
|
||||
return this->intf->Acknowledge();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue