summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-05-19 12:08:10 +0200
committerJosJuice <josjuice@gmail.com>2025-11-10 21:14:56 +0100
commit068947e2b613d15f724c87c501949c9105cc7f7f (patch)
treee34562983d36e5dc2495eb1c55688ccb95c68ad8 /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parent1bba42de45b50638b7907f816c669eff7a52ad6e (diff)
Core: Remove IsHostThread
The core no longer cares which thread is the host thread. Cleaning up Android's HostThreadLock is left for another PR, in part because the HostThreadLock in NativeConfig.cpp still serves a purpose, and in part to make any issues easier to bisect.
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 669daabec0..8abc7746c6 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")