summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
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;