(3ds) nit.

This commit is contained in:
aliaspider 2015-11-06 11:03:52 +01:00
parent 646192fba9
commit 7ee18e359e
2 changed files with 5 additions and 8 deletions

View File

@ -153,23 +153,20 @@ void __system_initArgv()
__system_argv[__system_argc] = NULL;
}
void initSystem(void (*retAddr)(void))
{
__libctru_init(retAddr);
__appInit();
__libc_init_array();
}
void __attribute__((noreturn)) __ctru_exit(int rc)
{
__libc_fini_array();
__appExit();
__libctru_exit(rc);
}
int ctr_request_update(void)
{
gfxInit(GSP_BGR8_OES,GSP_RGB565_OES,false);