Skip to content

Commit

Permalink
change high task priority setting to use "above normal" instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkax committed Oct 4, 2019
1 parent 3d07d12 commit 6e81265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ constructor TWindow.Create;

{$IFDEF WINDOWS}
if Options.HighPriority then
SetPriorityClass(GetCurrentProcess, HIGH_PRIORITY_CLASS);
SetPriorityClass(GetCurrentProcess, ABOVE_NORMAL_PRIORITY_CLASS);
{$ENDIF}

SetFullScreen(Video.IsFullScreen, True);
Expand Down

0 comments on commit 6e81265

Please sign in to comment.