mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 13:40:05 +00:00
core: Reorder perf_stats destruction order on Shutdown
Avoids the gpu_core using perf_stats after it's been freed.
This commit is contained in:
parent
f178a8ef0c
commit
0cf78a34ba
@ -324,8 +324,8 @@ struct System::Impl {
|
||||
time_manager.Shutdown();
|
||||
core_timing.Shutdown();
|
||||
app_loader.reset();
|
||||
perf_stats.reset();
|
||||
gpu_core.reset();
|
||||
perf_stats.reset();
|
||||
kernel.Shutdown();
|
||||
memory.Reset();
|
||||
applet_manager.ClearAll();
|
||||
|
Loading…
Reference in New Issue
Block a user