mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor
This commit is contained in:
parent
5583e4f15d
commit
72aa1f10f6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
position1.Assign(light2);
|
||||
position1.Assign(light3);
|
||||
position1.Assign(light4);
|
||||
};
|
||||
}
|
||||
union {
|
||||
u64 raw{};
|
||||
BitField<0, 1, u64> position1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue