mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
This should be the ViServiceType
This commit is contained in:
parent
ab3d5adb3d
commit
3fcd8a1596
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user