__
This commit is contained in:
parent
bd7d21d489
commit
3270842a1b
@ -1,4 +1,4 @@
|
|||||||
export DEVKITARM=/opt/devkitpro/devkitARM/
|
export DEVKITARM=/opt/devkitpro/devkitARM/
|
||||||
export DEVKITPRO=/opt/devkitpro/
|
export DEVKITPRO=/opt/devkitpro/
|
||||||
make
|
make -j12
|
||||||
make install
|
make install
|
@ -654,7 +654,7 @@ void RenderD7::Exit::Graphics()
|
|||||||
Result RenderD7::Init::Main(std::string app_name)
|
Result RenderD7::Init::Main(std::string app_name)
|
||||||
{
|
{
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
consoleInit(GFX_TOP, NULL);
|
//consoleInit(GFX_TOP, NULL);
|
||||||
Result res = cfguInit();
|
Result res = cfguInit();
|
||||||
if (R_SUCCEEDED(res)) {
|
if (R_SUCCEEDED(res)) {
|
||||||
CFGU_SecureInfoGetRegion(&sysRegion);
|
CFGU_SecureInfoGetRegion(&sysRegion);
|
||||||
|
Loading…
Reference in New Issue
Block a user