diff options
| author | 2021-08-06 22:45:18 -0700 | |
|---|---|---|
| committer | 2021-12-06 16:39:16 -0800 | |
| commit | 669a2d2c67bd9a3267286bc0c2e6e3c1dc98c154 (patch) | |
| tree | c2c3228add0d937de938081d000f62b3d6e4d2d2 /src/core/core.h | |
| parent | Merge pull request #7529 from german77/sdl2.0.18 (diff) | |
| download | yuzu-669a2d2c67bd9a3267286bc0c2e6e3c1dc98c154.tar.gz yuzu-669a2d2c67bd9a3267286bc0c2e6e3c1dc98c154.tar.xz yuzu-669a2d2c67bd9a3267286bc0c2e6e3c1dc98c154.zip | |
core: hle: kernel: Reflect non-emulated threads as core 3.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h index 645e5c241..52ff90359 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -208,9 +208,6 @@ public: | |||
| 208 | /// Gets an ARM interface to the CPU core that is currently running | 208 | /// Gets an ARM interface to the CPU core that is currently running |
| 209 | [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; | 209 | [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; |
| 210 | 210 | ||
| 211 | /// Gets the index of the currently running CPU core | ||
| 212 | [[nodiscard]] std::size_t CurrentCoreIndex() const; | ||
| 213 | |||
| 214 | /// Gets the physical core for the CPU core that is currently running | 211 | /// Gets the physical core for the CPU core that is currently running |
| 215 | [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); | 212 | [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); |
| 216 | 213 | ||