mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-23 19:21:55 +01:00
Add vi:u and vi:s to service list and fix the result parcel type of OpenLayer
vi:u is used by user applications and games and it has the same api as vi:m.
This commit is contained in:
parent
9ef25a6beb
commit
a96b8eb7a3
@ -93,6 +93,8 @@ namespace skyline::service {
|
|||||||
{"nvdrv:s", Service::nvdrv_INvDrvServices},
|
{"nvdrv:s", Service::nvdrv_INvDrvServices},
|
||||||
{"nvdrv:t", Service::nvdrv_INvDrvServices},
|
{"nvdrv:t", Service::nvdrv_INvDrvServices},
|
||||||
{"vi:m", Service::visrv_IManagerRootService},
|
{"vi:m", Service::visrv_IManagerRootService},
|
||||||
|
{"vi:u", Service::visrv_IManagerRootService},
|
||||||
|
{"vi:s", Service::visrv_IManagerRootService},
|
||||||
{"pl:u", Service::pl_IPlatformServiceManager},
|
{"pl:u", Service::pl_IPlatformServiceManager},
|
||||||
{"aoc:u", Service::aocsrv_IAddOnContentManager},
|
{"aoc:u", Service::aocsrv_IAddOnContentManager},
|
||||||
{"pctl", Service::pctl_IParentalControlServiceFactory},
|
{"pctl", Service::pctl_IParentalControlServiceFactory},
|
||||||
|
@ -65,7 +65,7 @@ namespace skyline::service::visrv {
|
|||||||
|
|
||||||
Parcel parcel(state);
|
Parcel parcel(state);
|
||||||
LayerParcel data{
|
LayerParcel data{
|
||||||
.type = 0x20,
|
.type = 0x2,
|
||||||
.pid = 0,
|
.pid = 0,
|
||||||
.bufferId = 0, // As we only have one layer and buffer
|
.bufferId = 0, // As we only have one layer and buffer
|
||||||
.string = "dispdrv"
|
.string = "dispdrv"
|
||||||
|
Loading…
Reference in New Issue
Block a user