mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-04 18:38:32 -04:00
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
This commit is contained in:
@@ -248,10 +248,6 @@ public:
|
||||
|
||||
void SetSynchronizationResults(SynchronizationObject* object, ResultCode result);
|
||||
|
||||
Core::ARM_Interface& ArmInterface();
|
||||
|
||||
const Core::ARM_Interface& ArmInterface() const;
|
||||
|
||||
SynchronizationObject* GetSignalingObject() const {
|
||||
return signaling_object;
|
||||
}
|
||||
@@ -586,7 +582,6 @@ private:
|
||||
Common::SpinLock context_guard{};
|
||||
ThreadContext32 context_32{};
|
||||
ThreadContext64 context_64{};
|
||||
std::unique_ptr<Core::ARM_Interface> arm_interface{};
|
||||
std::shared_ptr<Common::Fiber> host_context{};
|
||||
|
||||
u64 thread_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user