mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
core/hid: Only signal when needed
This commit is contained in:
parent
88cb39be9f
commit
00f654cd22
11 changed files with 242 additions and 155 deletions
|
@ -30,6 +30,7 @@ enum class InputType {
|
|||
};
|
||||
|
||||
enum class BatteryLevel {
|
||||
None,
|
||||
Empty,
|
||||
Critical,
|
||||
Low,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue