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/DolphinNoGUI/MainNoGUI.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/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 2a7d7c8113..9c8f938836 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -189,8 +189,6 @@ static std::unique_ptr<Platform> GetPlatform(const optparse::Values& options) int main(const int argc, char* argv[]) { - Core::DeclareAsHostThread(); - const auto parser = CommandLineParse::CreateParser(CommandLineParse::ParserOptions::OmitGUIOptions); parser->add_option("-p", "--platform") |
