diff options
| author | JosJuice <josjuice@gmail.com> | 2025-11-16 18:35:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 18:35:17 +0100 |
| commit | b6e062f2e3838b9b80cc7694fa9dc0eaca80aff4 (patch) | |
| tree | 77a14a64a8d462c14d73a9b5c8e95fbc7b1b8286 /Source/Core/DolphinQt/Main.cpp | |
| parent | 3ff4985120fd6be0a2f38cd489ec9349b8865c1c (diff) | |
| parent | 068947e2b613d15f724c87c501949c9105cc7f7f (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.cpp | 2 |
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", |
