elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.17k stars 83 forks source link

Fullscreen is not working? #3

Closed edelsbrunner closed 6 years ago

edelsbrunner commented 6 years ago

Hey, thank you for your effort on this project. I'm using the last release

In my Settings.ini is this setted:

[Window] FullScreen = 1

When it starts it shows me a DxWnd screen for 1 second and then my exe opens windowed.

windowed

The seetings.ini or any .ini is completely ignored.

I can exclude it and my exe continues to load windowed and with DxWnd load screen. Just because of the dxwnd.dll i've put in the folder.

Why it is not considering the settings file?