mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Core: Remove Unused IsRunningInCurrentThread Function
This commit is contained in:
@ -210,11 +210,6 @@ bool IsRunningAndStarted()
|
||||
return s_is_started && !s_is_stopping;
|
||||
}
|
||||
|
||||
bool IsRunningInCurrentThread()
|
||||
{
|
||||
return IsRunning() && IsCPUThread();
|
||||
}
|
||||
|
||||
bool IsCPUThread()
|
||||
{
|
||||
return tls_is_cpu_thread;
|
||||
|
Reference in New Issue
Block a user