glue: Add manager to keep track of application registry

Manages mapping between title IDs and application launch and control properties.
This commit is contained in:
Zach Hilman 2019-06-24 19:17:13 -04:00
parent db2e5e5fa6
commit 5f8d2a2044
3 changed files with 121 additions and 0 deletions

View file

@ -276,6 +276,8 @@ add_library(core STATIC
hle/service/friend/friend.h
hle/service/friend/interface.cpp
hle/service/friend/interface.h
hle/service/glue/manager.cpp
hle/service/glue/manager.h
hle/service/grc/grc.cpp
hle/service/grc/grc.h
hle/service/hid/hid.cpp