mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 04:12:40 +00:00
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
This commit is contained in:
@@ -2626,7 +2626,8 @@ void Call(Core::System& system, u32 immediate) {
|
||||
kernel.ExitSVCProfile();
|
||||
|
||||
if (!thread->IsCallingSvc()) {
|
||||
thread->GetHostContext()->Rewind();
|
||||
auto* host_context = thread->GetHostContext().get();
|
||||
host_context->Rewind();
|
||||
}
|
||||
|
||||
system.EnterDynarmicProfile();
|
||||
|
||||
Reference in New Issue
Block a user