mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-01 12:17:19 +00:00
HID: zero unused PadState bits
This commit is contained in:
@@ -24,7 +24,7 @@ namespace HID {
|
||||
*/
|
||||
struct PadState {
|
||||
union {
|
||||
u32 hex;
|
||||
u32 hex{};
|
||||
|
||||
BitField<0, 1, u32> a;
|
||||
BitField<1, 1, u32> b;
|
||||
|
||||
Reference in New Issue
Block a user