summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Main.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-11-16 18:35:17 +0100
committerGitHub <noreply@github.com>2025-11-16 18:35:17 +0100
commitb6e062f2e3838b9b80cc7694fa9dc0eaca80aff4 (patch)
tree77a14a64a8d462c14d73a9b5c8e95fbc7b1b8286 /Source/Core/DolphinQt/Main.cpp
parent3ff4985120fd6be0a2f38cd489ec9349b8865c1c (diff)
parent068947e2b613d15f724c87c501949c9105cc7f7f (diff)
Merge pull request #13689 from JosJuice/lock-core-any-thread
Core: Let any thread call previously host-thread-only functions
Diffstat (limited to 'Source/Core/DolphinQt/Main.cpp')
-rw-r--r--Source/Core/DolphinQt/Main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp
index 49436475ae..ce85ee1f0d 100644
--- a/Source/Core/DolphinQt/Main.cpp
+++ b/Source/Core/DolphinQt/Main.cpp
@@ -127,8 +127,6 @@ int main(int argc, char* argv[])
}
#endif
- Core::DeclareAsHostThread();
-
#ifdef __APPLE__
// On macOS, a command line option matching the format "-psn_X_XXXXXX" is passed when
// the application is launched for the first time. This is to set the "ProcessSerialNumber",