Skip to content

Small fixes

Compare
Choose a tag to compare
@univrsal univrsal released this 19 Aug 12:29
· 24 commits to legacy since this release
f09b8a9

This release only works with ini files, Json config files are for 5.0.0 which is currently a pre-release

Note: This release also changes how ini config files are loaded

If you used your own preset you will have to modify the config file like this:
each line containing a value (eg. 1_key_count=2) has to be changed.
The only part that has to be modified is the 1_ (or in some cases 2_ or 3_) which
specifies the value type (number, string etc). All you have to do is shift the number down by one,
so the line 1_key_count=2 turns into 0_key_count=2, 2_key_order=... turns into 1_key_order=... etc.

Fixed memory leak when loading input history icons
Fixed config loading for input history icons
Fixed arrow key icons preset using old config value types
Fixed spacebar offset in wasd presets

Linux

Backported new gamepad code
Fixed gamepad not working
Fixed presets not being loaded correctly

Util

this archive contains additional programs to get keycodes easier and debug issues