mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
exo2: suspend fixes (sleep/wake now works on hardware)
This commit is contained in:
parent
2fb363dcf0
commit
95d38a1a94
10 changed files with 77 additions and 18 deletions
|
@ -44,7 +44,7 @@ namespace ams::se {
|
|||
}
|
||||
|
||||
/* Execute the operation. */
|
||||
ExecuteOperation(SE, SE_OPERATION_OP_CTX_SAVE, dst, dst_size, src, src_size);
|
||||
ExecuteOperation(SE, SE_OPERATION_OP_CTX_SAVE, temp, dst_size, src, src_size);
|
||||
|
||||
/* Copy output from the operation, if any. */
|
||||
if (dst_size > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue