This commit is contained in:
tobid7 2022-07-27 11:00:57 +02:00
parent bd7d21d489
commit 3270842a1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export DEVKITARM=/opt/devkitpro/devkitARM/
export DEVKITPRO=/opt/devkitpro/
make
make -j12
make install

View File

@ -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);