summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-21 22:16:41 -0400
committerLiam <byteslice@airmail.cc>2023-10-21 22:16:41 -0400
commit31bffc729997a5ad8176d62805e342603331742e (patch)
tree23ff2a7c1434c8e3bb0e8997f81b6294a3070a5c /src
parent5f8f09d750a7edb4f97aa037ee202fda353fd078 (diff)
kernel: fix extraneous ref
Diffstat (limited to 'src')
-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 {
void MakeApplicationProcess(KProcess* process) {
application_process = process;
- application_process.load()->Open();
}
static inline thread_local u8 host_thread_id = UINT8_MAX;