From 5a57de3ef18030ac57854d32dd15984db41af7d4 Mon Sep 17 00:00:00 2001 From: AL2009man <67606569+AL2009man@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:43:37 -0400 Subject: [PATCH] moved EInputDevice Unknown class to the top priority --- UnleashedRecomp/hid/hid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnleashedRecomp/hid/hid.h b/UnleashedRecomp/hid/hid.h index 28736f09..f1c5d592 100644 --- a/UnleashedRecomp/hid/hid.h +++ b/UnleashedRecomp/hid/hid.h @@ -4,11 +4,11 @@ namespace hid { enum class EInputDevice { + Unknown, Keyboard, Mouse, Xbox, - PlayStation, - Unknown + PlayStation }; enum class EInputDeviceExplicit