diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-25 08:29:56 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-12-29 06:33:34 +0100 |
commit | 06f8c3dc01d29d3e2926edd4c9689dccda085d1f (patch) | |
tree | 76be768d15149341ac1ba215d6d51d5b3c2d8f03 /src | |
parent | core: hle: kernel: Clear process list on boot. (diff) | |
download | yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.gz yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.bz2 yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.lz yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.xz yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.zst yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 4dc31ce66..1a2002dec 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -307,7 +307,6 @@ struct System::Impl { service_manager.reset(); cheat_engine.reset(); telemetry_session.reset(); - device_memory.reset(); // Close all CPU/threading state cpu_manager.Shutdown(); |