BetterJoy/BetterJoyForCemu
Ceshion 06edcb1be5
🐛 fixes "too many items" when names are null (#543)
* 🐛 avert infinite loop when prod_id not assigned

Without ptr being reassigned in the case of a 0 prod_id, the app would get into an infinite loop on launch, before opening- this should resolve it 😊

* 🐛 fixes "too many items" when names are null

There is an (honestly misleading) OutOfMemoryException with the message "too many items in listbox" that is thrown when there are any items whose ToString() method returns null. This commit (in my maybe-biased opinion) gives a reasonable output in that case instead.
2020-09-22 08:40:10 +01:00
..
.nuget - Fixed USB high CPU usage (d'oh!) 2020-04-03 09:19:54 +01:00
Controller Fixed button translation error (#425) 2020-06-15 19:47:12 +01:00
Drivers - Added HIDGuardian installation separately 2020-04-16 17:46:15 +01:00
Icons Snes Support (#205) 2019-11-10 14:17:23 +00:00
Properties - Fixed Subcommands not properly returning. 2020-06-12 09:26:22 +01:00
! Install the drivers in the Drivers folder Changed drivers 2020-04-11 11:10:18 +01:00
.editorconfig - changed tabs to spaces 2020-05-21 15:27:28 +01:00
3rdPartyControllers.cs 🐛 fixes "too many items" when names are null (#543) 2020-09-22 08:40:10 +01:00
3rdPartyControllers.Designer.cs - WIP Adding support for 3rd party controllers 2020-06-12 16:04:24 +01:00
3rdPartyControllers.resx Began implementation of 3rd party controller support 2019-02-03 16:16:00 +00:00
App.config - Added low battery notification 2020-09-12 09:24:07 +01:00
BetterJoy.csproj - Fixed WindowsInput bugs causing the program to close on random key chords. 2020-06-14 10:19:21 +01:00
Config.cs Fixes #519 (#520) 2020-09-18 08:59:58 +01:00
HIDapi.cs - changed tabs to spaces 2020-05-21 15:27:28 +01:00
hidapi.dll - Added Joycon Support 2018-03-05 17:55:04 +00:00
Joycon.cs - Added low battery notification 2020-09-12 09:24:07 +01:00
MainForm.cs Change the width of the settings menu (#526) 2020-09-18 09:01:13 +01:00
MainForm.Designer.cs Change the width of the settings menu (#526) 2020-09-18 09:01:13 +01:00
MainForm.resx Fixed "Apply" not saving settings back to the config prooperly. 2020-01-18 13:47:18 +00:00
packages.config - Fixed WindowsInput bugs causing the program to close on random key chords. 2020-06-14 10:19:21 +01:00
Program.cs 🐛 avert infinite loop when prod_id not assigned (#539) 2020-09-21 22:48:46 +01:00
Reassign.cs - Fixed WindowsInput bugs causing the program to close on random key chords. 2020-06-14 10:19:21 +01:00
Reassign.Designer.cs Changed drivers 2020-04-11 11:10:18 +01:00
Reassign.resx Added special button re-mapping system 2020-04-03 15:53:04 +01:00
UpdServer.cs - changed tabs to spaces 2020-05-21 15:27:28 +01:00