early-access version 4002

This commit is contained in:
pineappleEA
2023-12-01 17:14:29 +01:00
parent f48b734181
commit a4d9fcd7ce
78 changed files with 52034 additions and 24235 deletions

View File

@@ -73,7 +73,7 @@ public:
*
* @param process The process to use the page table of.
*/
void SetCurrentPageTable(Kernel::KProcess& process, u32 core_id);
void SetCurrentPageTable(Kernel::KProcess& process);
/**
* Maps an allocated buffer onto a region of the emulated process address space.