core: hle: Address various feedback & code cleanup.
- Should be no functional changes.
This commit is contained in:
parent
92caa003a8
commit
8bbe74a8dc
11 changed files with 153 additions and 251 deletions
|
@ -1196,7 +1196,7 @@ static ResultCode QueryProcessMemory(Core::System& system, VAddr memory_info_add
|
|||
}
|
||||
|
||||
auto& memory{system.Memory()};
|
||||
const Svc::MemoryInfo memory_info{process->PageTable().QueryInfo(address).GetSvcMemoryInfo()};
|
||||
const auto memory_info{process->PageTable().QueryInfo(address).GetSvcMemoryInfo()};
|
||||
|
||||
memory.Write64(memory_info_address + 0x00, memory_info.addr);
|
||||
memory.Write64(memory_info_address + 0x08, memory_info.size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue