mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 22:57:58 -05:00
common: fiber: Use boost::context instead of native fibers on Windows.
This commit is contained in:
@ -502,7 +502,7 @@ void KernelCore::InvalidateAllInstructionCaches() {
|
||||
physical_core.ArmInterface().ClearInstructionCache();
|
||||
}
|
||||
} else {
|
||||
ASSERT_MSG(false, "UNIMPLEMENTED!!!!!!!!!!!");
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user