Add prepo:a service

This commit is contained in:
Billy Laws 2022-11-19 12:30:45 +00:00
parent 736216a6f4
commit b2384e83f5

View File

@ -126,6 +126,7 @@ namespace skyline::service {
SERVICE_CASE(spl::IRandomInterface, "csrng")
SERVICE_CASE(ssl::ISslService, "ssl")
SERVICE_CASE(prepo::IPrepoService, "prepo:u")
SERVICE_CASE(prepo::IPrepoService, "prepo:a")
SERVICE_CASE(mmnv::IRequest, "mm:u")
SERVICE_CASE(bcat::IServiceCreator, "bcat:u")
SERVICE_CASE(bt::IBluetoothUser, "bt")