-
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.
Merge pull request #9 from anzz1/patch-1
port changes from d3d8-wrapper
- Loading branch information
Showing
2 changed files
with
174 additions
and
47 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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
[MAIN] | ||
FPSLimit = 0 | ||
ForceWindowedMode = 0 | ||
[MAIN] | ||
FPSLimit = 0 // max fps (0: unlimited/off) | ||
FPSLimitMode = 1 // 1: realtime (thread-lock) - 2: accurate (sleep-yield) | ||
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 |
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