mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-06 15:39:28 +02:00
os: fix MapTransferMemory output not being set
This commit is contained in:
parent
390ce66da1
commit
408173da12
@ -122,6 +122,9 @@ namespace ams::os {
|
||||
tmem->address = mapped_address;
|
||||
tmem->state = TransferMemoryType::State_Mapped;
|
||||
|
||||
/* Set output address. */
|
||||
*out = mapped_address;
|
||||
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user