mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-09 16:00:01 +00:00
core: Do not reset device_memory on shutdown.
- This will be reset on initialization.
This commit is contained in:
parent
d0649d0971
commit
06f8c3dc01
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ struct System::Impl {
|
||||||
service_manager.reset();
|
service_manager.reset();
|
||||||
cheat_engine.reset();
|
cheat_engine.reset();
|
||||||
telemetry_session.reset();
|
telemetry_session.reset();
|
||||||
device_memory.reset();
|
|
||||||
|
|
||||||
// Close all CPU/threading state
|
// Close all CPU/threading state
|
||||||
cpu_manager.Shutdown();
|
cpu_manager.Shutdown();
|
||||||
|
|
Loading…
Reference in a new issue