summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/page_table.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei2020-04-171-4/+0
* core: system: Rename GetDeviceManager -> DeviceManager.bunnei2020-04-171-1/+1
* kernel: memory: Add PageTable class, to manage process address space.bunnei2020-04-171-0/+1234