소스 검색

core: Do not reset device_memory on shutdown.

- This will be reset on initialization.
bunnei 5 년 전
부모
커밋
06f8c3dc01
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();