diff options
| author | 2021-08-25 21:00:18 -0700 | |
|---|---|---|
| committer | 2021-08-25 21:00:18 -0700 | |
| commit | 98c2f0e57651575c17ac6d2b5db04055abf228ee (patch) | |
| tree | d6f7d065cd8e2f00c85b9749076ef303a705c864 /src/core/core.h | |
| parent | Merge pull request #6919 from ameerj/vk-int8-capability (diff) | |
| parent | Revert "kernel: Various improvements to scheduler" (diff) | |
| download | yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.gz yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.xz yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.zip | |
Merge pull request #6922 from yuzu-emu/revert-6832-scheduler-improvements
Revert "kernel: Various improvements to scheduler"
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index f9116ebb6..715ab88e7 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -205,6 +205,9 @@ public: | |||
| 205 | /// Gets an ARM interface to the CPU core that is currently running | 205 | /// Gets an ARM interface to the CPU core that is currently running |
| 206 | [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; | 206 | [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; |
| 207 | 207 | ||
| 208 | /// Gets the index of the currently running CPU core | ||
| 209 | [[nodiscard]] std::size_t CurrentCoreIndex() const; | ||
| 210 | |||
| 208 | /// 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 |
| 209 | [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); | 212 | [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); |
| 210 | 213 | ||