mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 05:38:02 -05:00
input_common: Add home and hard touch press buttons to UDP controllers
This commit is contained in:
@ -84,7 +84,9 @@ private:
|
||||
Cross = 0x4000,
|
||||
Square = 0x8000,
|
||||
Touch1 = 0x10000,
|
||||
touch2 = 0x20000,
|
||||
Touch2 = 0x20000,
|
||||
Home = 0x40000,
|
||||
TouchHardPress = 0x80000,
|
||||
};
|
||||
|
||||
enum class PadAxes : u8 {
|
||||
|
Reference in New Issue
Block a user