mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-22 20:31:14 +00:00
os: fix MapTransferMemory output not being set
This commit is contained in:
parent
4866e80769
commit
e1fbf27398
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ namespace ams::os {
|
||||||
tmem->address = mapped_address;
|
tmem->address = mapped_address;
|
||||||
tmem->state = TransferMemoryType::State_Mapped;
|
tmem->state = TransferMemoryType::State_Mapped;
|
||||||
|
|
||||||
|
/* Set output address. */
|
||||||
|
*out = mapped_address;
|
||||||
|
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue