mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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