mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 16:17:56 -05:00
core: refactor emulated cpu core activation
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user