name some threads

This commit is contained in:
Shawn Hoffman
2020-08-22 02:55:31 -07:00
parent a769dff1d0
commit 6ef9d70701
6 changed files with 16 additions and 0 deletions

View File

@ -134,6 +134,8 @@ static void HandleFrameStepHotkeys()
void HotkeyScheduler::Run()
{
Common::SetCurrentThreadName("HotkeyScheduler");
while (!m_stop_requested.IsSet())
{
Common::SleepCurrentThread(1000 / 60);