diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index cc09dcdefc..a3fc64ad45 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -214,7 +214,9 @@ static void RestoreAppPri() if(!ChangeAppPri()) return; +#ifdef WIN32 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS); +#endif } int main(int argc, char* argv[])