mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Progress on Wii games on Linux! Instead of hanging, it now gets far
enough to render a black frame before it crashes. I don't have time right now to track down the crash, but I figure this is at least an improvement. Note that "#pragma pack" is an msvc extension, but gcc supports it. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2092 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,10 +1,7 @@
|
|||||||
#ifndef _NETBT_HCI_H_
|
#ifndef _NETBT_HCI_H_
|
||||||
#define _NETBT_HCI_H_
|
#define _NETBT_HCI_H_
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
typedef u8 uint8_t;
|
typedef u8 uint8_t;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
@ -2554,8 +2551,6 @@ struct SHCIEventLinkKeyNotification
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#pragma pack(pop)
|
||||||
#pragma pack(pop)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _NETBT_HCI_H */
|
#endif /* _NETBT_HCI_H */
|
||||||
|
Reference in New Issue
Block a user