aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authoryuzubot <yuzu@yuzu-emu.org>2023-06-29 12:04:41 +0000
committeryuzubot <yuzu@yuzu-emu.org>2023-06-29 12:04:41 +0000
commita36e7efa276f2072d896d6a36475437b5220de05 (patch)
tree470116d2d52b3a74ad0cd761304f0f65386af708 /src/common
parent70d60c968fab622ad10cd4b1dfa1ed61c6b4c071 (diff)
"Merge Tagged PR 10937"mainline-0-1481
Diffstat (limited to 'src/common')
-rw-r--r--src/common/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h
index ea30770aee..2c4ccea22e 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -75,8 +75,10 @@ enum class DriverResult {
ErrorWritingData,
NoDeviceDetected,
InvalidHandle,
+ InvalidParameters,
NotSupported,
Disabled,
+ Delayed,
Unknown,
};