Pārlūkot izejas kodu

core: Do not reset device_memory on shutdown.

- This will be reset on initialization.
bunnei 5 gadi atpakaļ
vecāks
revīzija
06f8c3dc01
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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();