diff --git a/BuildAndInstall.sh b/BuildAndInstall.sh index 768e895..906448a 100755 --- a/BuildAndInstall.sh +++ b/BuildAndInstall.sh @@ -1,4 +1,4 @@ export DEVKITARM=/opt/devkitpro/devkitARM/ export DEVKITPRO=/opt/devkitpro/ -make +make -j12 make install \ No newline at end of file diff --git a/source/renderd7.cpp b/source/renderd7.cpp index 810ff21..ce3b397 100644 --- a/source/renderd7.cpp +++ b/source/renderd7.cpp @@ -654,7 +654,7 @@ void RenderD7::Exit::Graphics() Result RenderD7::Init::Main(std::string app_name) { gfxInitDefault(); - consoleInit(GFX_TOP, NULL); + //consoleInit(GFX_TOP, NULL); Result res = cfguInit(); if (R_SUCCEEDED(res)) { CFGU_SecureInfoGetRegion(&sysRegion);