From 3fcd8a15965a8ce830740a7f9d4b7099c1b0202a Mon Sep 17 00:00:00 2001 From: shinyquagsire23 Date: Tue, 9 Jan 2018 03:47:13 -0700 Subject: [PATCH] This should be the ViServiceType --- nx/source/gfx/gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/gfx/gfx.c b/nx/source/gfx/gfx.c index 97263324..cc7cbd0f 100644 --- a/nx/source/gfx/gfx.c +++ b/nx/source/gfx/gfx.c @@ -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); }