mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 03:40:35 +00:00
much ctor order
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@485 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
566a4ebc82
commit
86a9c845c3
@ -173,6 +173,8 @@ private:
|
|||||||
|
|
||||||
std::queue<ACLFrame> m_AclFrameQue;
|
std::queue<ACLFrame> m_AclFrameQue;
|
||||||
|
|
||||||
|
u8 scan_enable;
|
||||||
|
|
||||||
//TODO: get rid of these, integrate into EState.
|
//TODO: get rid of these, integrate into EState.
|
||||||
enum EDelayedEvent
|
enum EDelayedEvent
|
||||||
{
|
{
|
||||||
@ -189,7 +191,7 @@ private:
|
|||||||
u8 m_PINType;
|
u8 m_PINType;
|
||||||
u8 filter_type;
|
u8 filter_type;
|
||||||
u8 filter_condition_type;
|
u8 filter_condition_type;
|
||||||
u8 scan_enable;
|
|
||||||
|
|
||||||
u16 Host_max_acl_size; /* Max. size of ACL packet (bytes) */
|
u16 Host_max_acl_size; /* Max. size of ACL packet (bytes) */
|
||||||
u8 Host_max_sco_size; /* Max. size of SCO packet (bytes) */
|
u8 Host_max_sco_size; /* Max. size of SCO packet (bytes) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user