service: Add ptm::gets and ptm::sets services
This commit is contained in:
parent
1840685ee8
commit
41c03f481a
6 changed files with 90 additions and 0 deletions
|
@ -123,7 +123,9 @@ set(SRCS
|
|||
hle/service/nwm_uds.cpp
|
||||
hle/service/pm_app.cpp
|
||||
hle/service/ptm/ptm.cpp
|
||||
hle/service/ptm/ptm_gets.cpp
|
||||
hle/service/ptm/ptm_play.cpp
|
||||
hle/service/ptm/ptm_sets.cpp
|
||||
hle/service/ptm/ptm_sysm.cpp
|
||||
hle/service/ptm/ptm_u.cpp
|
||||
hle/service/qtm/qtm.cpp
|
||||
|
@ -283,7 +285,9 @@ set(HEADERS
|
|||
hle/service/nwm_uds.h
|
||||
hle/service/pm_app.h
|
||||
hle/service/ptm/ptm.h
|
||||
hle/service/ptm/ptm_gets.h
|
||||
hle/service/ptm/ptm_play.h
|
||||
hle/service/ptm/ptm_sets.h
|
||||
hle/service/ptm/ptm_sysm.h
|
||||
hle/service/ptm/ptm_u.h
|
||||
hle/service/qtm/qtm.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue