mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:17:59 -05:00
core/hid: Only signal when needed
This commit is contained in:
@ -30,6 +30,7 @@ enum class InputType {
|
||||
};
|
||||
|
||||
enum class BatteryLevel {
|
||||
None,
|
||||
Empty,
|
||||
Critical,
|
||||
Low,
|
||||
|
Reference in New Issue
Block a user