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/hle/kernel/kernel.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/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 57535433b..3a6db0b1c 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -146,9 +146,6 @@ public: | |||
| 146 | /// Gets the an instance of the respective physical CPU core. | 146 | /// Gets the an instance of the respective physical CPU core. |
| 147 | const Kernel::PhysicalCore& PhysicalCore(std::size_t id) const; | 147 | const Kernel::PhysicalCore& PhysicalCore(std::size_t id) const; |
| 148 | 148 | ||
| 149 | /// Gets the current physical core index for the running host thread. | ||
| 150 | std::size_t CurrentPhysicalCoreIndex() const; | ||
| 151 | |||
| 152 | /// Gets the sole instance of the Scheduler at the current running core. | 149 | /// Gets the sole instance of the Scheduler at the current running core. |
| 153 | Kernel::KScheduler* CurrentScheduler(); | 150 | Kernel::KScheduler* CurrentScheduler(); |
| 154 | 151 | ||