mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
5b6ca16ffc
This also refactors target configuration storage to reduce the redundancy in copying the same set of files for every target. Each configured entry now instead uses a .ini file with the name of the entry stored in ./targets. SteamTarget can accept the path to a .ini file as a command line argument. This also fixes the UI so that inputs are ordered the same as the visual order so that tab behavior isn't confusing.
14 lines
179 B
INI
14 lines
179 B
INI
[BaseConf]
|
|
bDrawDebugEdges=0
|
|
bEnableOverlay=1
|
|
bEnableControllers=1
|
|
bUseDesktopConfig=0
|
|
bHookSteam=1
|
|
version=288
|
|
|
|
[LaunchGame]
|
|
bLaunchGame=0
|
|
Type=Win32
|
|
Path=
|
|
Args=
|
|
bCloseWhenDone=1 |