summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Liam2023-10-21 22:16:41 -0400
committerGravatar Liam2023-10-21 22:16:41 -0400
commit31bffc729997a5ad8176d62805e342603331742e (patch)
tree23ff2a7c1434c8e3bb0e8997f81b6294a3070a5c /src/core/hle/kernel/kernel.cpp
parentkernel: shutdown app before gpu (diff)
downloadyuzu-31bffc729997a5ad8176d62805e342603331742e.tar.gz
yuzu-31bffc729997a5ad8176d62805e342603331742e.tar.xz
yuzu-31bffc729997a5ad8176d62805e342603331742e.zip
kernel: fix extraneous ref
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
-rw-r--r--src/core/hle/kernel/kernel.cpp1
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 {
364 364
365 void MakeApplicationProcess(KProcess* process) { 365 void MakeApplicationProcess(KProcess* process) {
366 application_process = process; 366 application_process = process;
367 application_process.load()->Open();
368 } 367 }
369 368
370 static inline thread_local u8 host_thread_id = UINT8_MAX; 369 static inline thread_local u8 host_thread_id = UINT8_MAX;