mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(3ds) nit.
This commit is contained in:
parent
646192fba9
commit
7ee18e359e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user