core: Do not reset device_memory on shutdown.

- This will be reset on initialization.
This commit is contained in:
bunnei 2020-12-24 23:29:56 -08:00
parent 5d4fa58af2
commit ae526934c7

View file

@ -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();