early-access version 3766

This commit is contained in:
pineappleEA
2023-07-21 02:32:47 +02:00
parent 2f1492e9d9
commit f6f7e4cd16
29 changed files with 99 additions and 172 deletions

View File

@@ -109,16 +109,6 @@ public:
static Result Initialize(KProcess* process, Core::System& system, std::string process_name,
ProcessType type, KResourceLimit* res_limit);
/// Gets a reference to the process' page table.
KPageTable& PageTable() {
return m_page_table;
}
/// Gets const a reference to the process' page table.
const KPageTable& PageTable() const {
return m_page_table;
}
/// Gets a reference to the process' page table.
KPageTable& GetPageTable() {
return m_page_table;