mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-10 20:39:59 +00:00
hle: kernel: KCodeMemory: Remove unused QueryMemory.
This commit is contained in:
parent
d134ca68c6
commit
862dddf8c9
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ ResultCode KCodeMemory::Initialize(Core::DeviceMemory& device_memory, VAddr addr
|
||||||
auto& page_table = m_owner->PageTable();
|
auto& page_table = m_owner->PageTable();
|
||||||
|
|
||||||
// Construct the page group.
|
// Construct the page group.
|
||||||
KMemoryInfo kBlockInfo = page_table.QueryInfo(addr);
|
|
||||||
m_page_group = KPageLinkedList(addr, Common::DivideUp(size, PageSize));
|
m_page_group = KPageLinkedList(addr, Common::DivideUp(size, PageSize));
|
||||||
|
|
||||||
// Lock the memory.
|
// Lock the memory.
|
||||||
|
|
Loading…
Reference in a new issue