[dynarmic] fix multicore macOS issue

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-03-10 18:24:19 +00:00
parent 8678cb06eb
commit 535a80e8e3
10 changed files with 110 additions and 263 deletions

View file

@ -84,7 +84,6 @@ private:
void GuestActivate();
void HandleInterrupt();
void ShutdownThread();
void RunThread(std::stop_token stop_token, std::size_t core);
struct CoreData {
std::shared_ptr<Common::Fiber> host_context;