summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar bunnei2021-08-06 22:45:18 -0700
committerGravatar bunnei2021-08-07 12:18:47 -0700
commit68eee948758eeddb4f3f091cd89c870e481b278b (patch)
tree00d0687f171ad686ceea0283c157332cce406d1f /src/core/core.h
parentcore: cpu_manager: Use jthread. (diff)
downloadyuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.gz
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.tar.xz
yuzu-68eee948758eeddb4f3f091cd89c870e481b278b.zip
core: hle: kernel: Reflect non-emulated threads as core 3.
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 0 insertions, 3 deletions
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:
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
211 /// Gets the physical core for the CPU core that is currently running 208 /// Gets the physical core for the CPU core that is currently running
212 [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore(); 209 [[nodiscard]] Kernel::PhysicalCore& CurrentPhysicalCore();
213 210