service: Add usb services
Adds basic skeleton for the usb services based off the information provided by Switch Brew.
This commit is contained in:
parent
826b1394e8
commit
45bc449ff9
6 changed files with 259 additions and 0 deletions
|
@ -315,6 +315,8 @@ add_library(core STATIC
|
|||
hle/service/time/interface.h
|
||||
hle/service/time/time.cpp
|
||||
hle/service/time/time.h
|
||||
hle/service/usb/usb.cpp
|
||||
hle/service/usb/usb.h
|
||||
hle/service/vi/vi.cpp
|
||||
hle/service/vi/vi.h
|
||||
hle/service/vi/vi_m.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue