diff options
author | bunnei <bunneidev@gmail.com> | 2021-12-13 07:43:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 07:43:25 +0100 |
commit | 280c77989880e81f622440b157a0ce1b7139847b (patch) | |
tree | 49a3ef8127d721dc44effb8315e5db7e796336f4 /src/core/core.h | |
parent | Merge pull request #7495 from FernandoS27/text-blit-fix-again (diff) | |
parent | hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls. (diff) | |
download | yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar.gz yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar.bz2 yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar.lz yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar.xz yuzu-280c77989880e81f622440b157a0ce1b7139847b.tar.zst yuzu-280c77989880e81f622440b157a0ce1b7139847b.zip |
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: /// Gets an ARM interface to the CPU core that is currently running [[nodiscard]] const ARM_Interface& CurrentArmInterface() const; - /// Gets the index of the currently running CPU core - [[nodiscard]] std::size_t CurrentCoreIndex() const; - /// Gets the physical core for the CPU core that is currently running [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); |