mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
name some threads
This commit is contained in:
@@ -134,6 +134,8 @@ static void HandleFrameStepHotkeys()
|
||||
|
||||
void HotkeyScheduler::Run()
|
||||
{
|
||||
Common::SetCurrentThreadName("HotkeyScheduler");
|
||||
|
||||
while (!m_stop_requested.IsSet())
|
||||
{
|
||||
Common::SleepCurrentThread(1000 / 60);
|
||||
|
||||
Reference in New Issue
Block a user