-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DoNotNotifyOnTaskSwitch added * FullScreenRefreshRateInHz option
- Loading branch information
1 parent
b99e0f8
commit c09162d
Showing
19 changed files
with
13,857 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ data/**/*.* | |
[Dd]ebugPublic/ | ||
[Rr]elease/ | ||
[Rr]eleases/ | ||
x64/ | ||
x86/ | ||
bld/ | ||
[Bb]uild/ | ||
[Bb]in/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[MAIN] | ||
FPSLimit = 0 // max fps (0: unlimited/off) | ||
FPSLimitMode = 1 // 1: realtime (thread-lock) - 2: accurate (sleep-yield) | ||
FullScreenRefreshRateInHz = 0 // overrides refresh rate selected by directx | ||
DisplayFPSCounter = 0 // displays fps and frametime on screen | ||
ForceWindowedMode = 0 // activates forced windowed mode | ||
|
||
[FORCEWINDOWED] | ||
UsePrimaryMonitor = 0 // move window to primary monitor | ||
CenterWindow = 1 // center window on screen | ||
BorderlessFullscreen = 0 // borderless fullscreen windowed mode | ||
AlwaysOnTop = 0 // window stays always on top | ||
DoNotNotifyOnTaskSwitch = 0 // window ignores focus loss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.