summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-01-10 01:46:28 -0500
committerGitHub <noreply@github.com>2021-01-10 01:46:28 -0500
commit75e19a0c29028b2fcde9a5d653ce8b5f4a6779c4 (patch)
treec85802a58d0aa82cffecf3ae3692377f165bfd29 /Source/Core
parent1f0e3371a360293a87a81a46c11b305bb0a76e88 (diff)
parentcce275c16e792786701d04ee4b0f787bd928a996 (diff)
Merge pull request #9430 from shuffle2/vsupdate
Bump msvc version check and revert a msvc workaround
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h b/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h
index 158552b143..803e2e48ba 100644
--- a/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h
+++ b/Source/Core/Core/HW/WiimoteCommon/WiimoteReport.h
@@ -89,8 +89,7 @@ struct OutputReportLeds
u8 rumble : 1;
u8 ack : 1;
- // This field must be named to work around a msvc bug.
- u8 _padding : 2;
+ u8 : 2;
u8 leds : 4;
};
static_assert(sizeof(OutputReportLeds) == 1, "Wrong size");