log

age author description
Thu, 15 Jun 2023 09:36:11 -0700 Michael Pavone More fully baked ROM db support for SMS
Tue, 09 May 2023 09:03:37 -0700 Michael Pavone Initial work on ROM DB support for SMS/GG games
Sun, 02 Apr 2023 23:38:21 -0700 Michael Pavone Slightly more reasonable threshold value for axes during mapping. Still pretty broken though
Sun, 02 Apr 2023 23:36:30 -0700 Michael Pavone Make UI respect stick deadzone
Sun, 02 Apr 2023 23:21:39 -0700 Michael Pavone Make deadzones configurable and bump up the default value
Sun, 02 Apr 2023 23:21:04 -0700 Michael Pavone Allow dpad to increment/decrement property fields
Fri, 31 Mar 2023 00:17:40 -0700 Michael Pavone Workaround for SDL2 being unreliable in updating mapping for already "open" game controller
Thu, 30 Mar 2023 23:20:12 -0700 Michael Pavone Apply binding changes after a config change in UI
Thu, 30 Mar 2023 20:20:25 -0700 Michael Pavone Fix goof in right analog stick mapping UI
Wed, 29 Mar 2023 22:40:05 -0700 Michael Pavone Fix use after free when re-entering controller binding UI after saving bindings
Wed, 29 Mar 2023 22:36:34 -0700 Michael Pavone Fix analog stick UI for real. Allow clearing a controller binding
Wed, 29 Mar 2023 22:11:03 -0700 Michael Pavone Fix analog stick directions being messed up in controller binding UI
Mon, 27 Mar 2023 21:55:22 -0700 Michael Pavone Fix DPI scaling when OpenGL is enabled
Sun, 26 Mar 2023 22:39:18 -0700 Michael Pavone Initial stab at DPI scaling support
Thu, 23 Mar 2023 22:38:51 -0700 Michael Pavone Fix silly bug I introduced when trying to fix the problem from the SDL2 upgrade