os: fix MapTransferMemory output not being set
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user