瀏覽代碼

kernel: fix extraneous ref

Liam 2 年之前
父節點
當前提交
31bffc7299
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/hle/kernel/kernel.cpp

+ 0 - 1
src/core/hle/kernel/kernel.cpp

@@ -364,7 +364,6 @@ struct KernelCore::Impl {
 
     void MakeApplicationProcess(KProcess* process) {
         application_process = process;
-        application_process.load()->Open();
     }
 
     static inline thread_local u8 host_thread_id = UINT8_MAX;