Browse Source

core: Do not reset device_memory on shutdown.

- This will be reset on initialization.
bunnei 5 năm trước cách đây
mục cha
commit
06f8c3dc01
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/core/core.cpp

+ 0 - 1
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();