mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
IOS: Move out common USB structures
Some structures will be reused and shared between several IOS USB device implementations. This prepares for the upcoming USB PR. I've also removed GetPointer calls in the trivial case (BT passthrough)
This commit is contained in:
parent
25c779943b
commit
954c41d6e9
17 changed files with 387 additions and 242 deletions
|
@ -36,6 +36,7 @@ enum LOG_TYPE
|
|||
IOS_SD,
|
||||
IOS_SSL,
|
||||
IOS_STM,
|
||||
IOS_USB,
|
||||
IOS_WC24,
|
||||
IOS_WIIMOTE,
|
||||
MASTER_LOG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue