dmd-extensions
dmd-extensions copied to clipboard
global position always defaults to 0,0
At startup the virtual DMD position defaults to 0, 0. Looking at DMDDevice.ini and left and top values are as follows:
; x-axis of the window position left = 2558
; y-axis of the window position top = 840
This occurs despite adding the values manually in the .ini and also by trying to globally save position while running a game.
Game-specific settings are at the bottom of the .ini file and are correct when loading.
Thanks for reporting here. I've tried to reproduce this, but can't. "Save position globally" updates the correct .ini and the settings is persisted in the next game.
Could you:
- Post your
DmdDevice.ini - Post a log of a game where the position is reset?