diff options
| author | 2020-11-13 11:11:12 -0800 | |
|---|---|---|
| committer | 2020-11-29 01:31:51 -0800 | |
| commit | 7b642c77811dc3887756f5abac5a9710564b098e (patch) | |
| tree | 09c9d764734db56896f77d986afa6ccd5d2c745d /src/core/hle/kernel/kernel.h | |
| parent | Merge pull request #4998 from Morph1984/bioshock-patch (diff) | |
| download | yuzu-7b642c77811dc3887756f5abac5a9710564b098e.tar.gz yuzu-7b642c77811dc3887756f5abac5a9710564b098e.tar.xz yuzu-7b642c77811dc3887756f5abac5a9710564b098e.zip | |
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 16285c3f0..a9fdc5860 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -74,6 +74,9 @@ public: | |||
| 74 | /// Resets the kernel to a clean slate for use. | 74 | /// Resets the kernel to a clean slate for use. |
| 75 | void Initialize(); | 75 | void Initialize(); |
| 76 | 76 | ||
| 77 | /// Initializes the CPU cores. | ||
| 78 | void InitializeCores(); | ||
| 79 | |||
| 77 | /// Clears all resources in use by the kernel instance. | 80 | /// Clears all resources in use by the kernel instance. |
| 78 | void Shutdown(); | 81 | void Shutdown(); |
| 79 | 82 | ||