diff options
| author | 2023-11-28 14:30:39 -0500 | |
|---|---|---|
| committer | 2023-12-04 10:37:16 -0500 | |
| commit | 45c87c7e6e841c11def43e5ab25160006dab6d77 (patch) | |
| tree | 04a3ea0bd8c07389e17741aa28615e3b32ace2f7 /src/core/memory.h | |
| parent | Merge pull request #12235 from liamwhite/flip-clip (diff) | |
| download | yuzu-45c87c7e6e841c11def43e5ab25160006dab6d77.tar.gz yuzu-45c87c7e6e841c11def43e5ab25160006dab6d77.tar.xz yuzu-45c87c7e6e841c11def43e5ab25160006dab6d77.zip | |
core: refactor emulated cpu core activation
Diffstat (limited to 'src/core/memory.h')
| -rw-r--r-- | src/core/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index ed8ebb5eb..c1879e78f 100644 --- a/src/core/memory.h +++ b/src/core/memory.h | |||
| @@ -73,7 +73,7 @@ public: | |||
| 73 | * | 73 | * |
| 74 | * @param process The process to use the page table of. | 74 | * @param process The process to use the page table of. |
| 75 | */ | 75 | */ |
| 76 | void SetCurrentPageTable(Kernel::KProcess& process, u32 core_id); | 76 | void SetCurrentPageTable(Kernel::KProcess& process); |
| 77 | 77 | ||
| 78 | /** | 78 | /** |
| 79 | * Maps an allocated buffer onto a region of the emulated process address space. | 79 | * Maps an allocated buffer onto a region of the emulated process address space. |