From 86a9c845c34b39b3a881daaa1fd4ad3d3b109655 Mon Sep 17 00:00:00 2001 From: nakeee Date: Mon, 8 Sep 2008 18:35:24 +0000 Subject: [PATCH] much ctor order git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@485 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h index ae49aecc36..1933624a45 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h @@ -173,6 +173,8 @@ private: std::queue m_AclFrameQue; + u8 scan_enable; + //TODO: get rid of these, integrate into EState. enum EDelayedEvent { @@ -189,7 +191,7 @@ private: u8 m_PINType; u8 filter_type; u8 filter_condition_type; - u8 scan_enable; + u16 Host_max_acl_size; /* Max. size of ACL packet (bytes) */ u8 Host_max_sco_size; /* Max. size of SCO packet (bytes) */