mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WiimoteEmu: Don't set pack pragma for STL objects.
This commit is contained in:
@ -151,6 +151,7 @@ struct ExtensionReg
|
|||||||
// address 0xFA
|
// address 0xFA
|
||||||
u8 constant_id[6];
|
u8 constant_id[6];
|
||||||
};
|
};
|
||||||
|
#pragma pack(pop)
|
||||||
|
|
||||||
void EmulateShake(AccelData* const accel_data, ControllerEmu::Buttons* const buttons_group,
|
void EmulateShake(AccelData* const accel_data, ControllerEmu::Buttons* const buttons_group,
|
||||||
u8* const shake_step);
|
u8* const shake_step);
|
||||||
@ -291,6 +292,7 @@ private:
|
|||||||
|
|
||||||
wiimote_key m_ext_key;
|
wiimote_key m_ext_key;
|
||||||
|
|
||||||
|
#pragma pack(push, 1)
|
||||||
u8 m_eeprom[WIIMOTE_EEPROM_SIZE];
|
u8 m_eeprom[WIIMOTE_EEPROM_SIZE];
|
||||||
struct MotionPlusReg
|
struct MotionPlusReg
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user