This commit is contained in:
minenice55
2024-01-19 23:05:26 -05:00
parent 4dd1fec62b
commit 5c46e64fc0
4 changed files with 32 additions and 35 deletions

View File

@ -18,8 +18,10 @@ namespace HeavenStudio
public static int InitInputControllers()
{
inputDevices = new List<InputController>();
InputController[] controllers;
PlayerInputRefresh = new();
PlayerInputCleanUp = null;
controllers = InputJoyshockInitializer.Initialize();
if (controllers != null)