From 68eee948758eeddb4f3f091cd89c870e481b278b Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 6 Aug 2021 22:45:18 -0700 Subject: core: hle: kernel: Reflect non-emulated threads as core 3. --- src/core/core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index ea143043c..cd9af0c07 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -205,9 +205,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(); -- cgit v1.2.3