mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 12:07:52 -05:00
input_common: Use DriverResult on all engines
This commit is contained in:
@ -284,6 +284,7 @@ enum class DriverResult {
|
||||
NoDeviceDetected,
|
||||
InvalidHandle,
|
||||
NotSupported,
|
||||
Disabled,
|
||||
Unknown,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user