diff options
author | Liam <byteslice@airmail.cc> | 2023-10-22 04:16:41 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-10-22 04:16:41 +0200 |
commit | 31bffc729997a5ad8176d62805e342603331742e (patch) | |
tree | 23ff2a7c1434c8e3bb0e8997f81b6294a3070a5c | |
parent | kernel: shutdown app before gpu (diff) | |
download | yuzu-31bffc729997a5ad8176d62805e342603331742e.tar yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.gz yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.bz2 yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.lz yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.xz yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.zst yuzu-31bffc729997a5ad8176d62805e342603331742e.zip |
-rw-r--r-- | src/core/hle/kernel/kernel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp index ac76c71a8..4a1559291 100644 --- a/src/core/hle/kernel/kernel.cpp +++ b/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; |