diff options
| author | 2023-12-06 14:19:17 +0100 | |
|---|---|---|
| committer | 2023-12-06 14:19:17 +0100 | |
| commit | 8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a (patch) | |
| tree | 265bf3c7970a570479c6a3ac1250549995f0329c /src/core/memory.h | |
| parent | Merge pull request #12271 from liamwhite/pretext-fix (diff) | |
| parent | arm: fix context save of vector regs (diff) | |
| download | yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.tar.gz yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.tar.xz yuzu-8a79dd2d6c6445bff63ea1f2f5f1611a6afcd97a.zip | |
Merge pull request #12236 from liamwhite/cpu-refactor
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. |