mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 23:57:57 -05:00
hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor
This commit is contained in:
@ -78,7 +78,7 @@ public:
|
||||
position1.Assign(light2);
|
||||
position1.Assign(light3);
|
||||
position1.Assign(light4);
|
||||
};
|
||||
}
|
||||
union {
|
||||
u64 raw{};
|
||||
BitField<0, 1, u64> position1;
|
||||
|
Reference in New Issue
Block a user