Slightly increase sleep time while paused, should resolve #3737

This commit is contained in:
CasualPokePlayer 2023-08-14 20:11:22 -07:00 committed by GitHub
parent c10d2927ca
commit c17f65fb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace BizHawk.Client.EmuHawk
framesToSkip = 0;
//keep from burning CPU
Thread.Sleep(10);
Thread.Sleep(15);
return;
}