mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 16:42:41 +00: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