This should be the ViServiceType

This commit is contained in:
shinyquagsire23 2018-01-09 03:47:13 -07:00
parent ab3d5adb3d
commit 3fcd8a1596

View File

@ -313,7 +313,7 @@ void gfxInitDefault(void)
break;
}
Result rc = _gfxInit(ViLayerFlags_Default, "Default", ViLayerFlags_Default, 0, nv_servicetype, 0x300000);
Result rc = _gfxInit(ViServiceType_Default, "Default", ViLayerFlags_Default, 0, nv_servicetype, 0x300000);
if (R_FAILED(rc)) fatalSimple(rc);
}