mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
commit
d05c305210
@ -77,7 +77,10 @@ void __system_allocateHeaps(void)
|
|||||||
void __attribute__((weak)) __libctru_init(void (*retAddr)(void))
|
void __attribute__((weak)) __libctru_init(void (*retAddr)(void))
|
||||||
{
|
{
|
||||||
/* Store the return address */
|
/* Store the return address */
|
||||||
__system_retAddr = envIsHomebrew() ? retAddr : NULL;
|
__system_retAddr = NULL;
|
||||||
|
if (envIsHomebrew()) {
|
||||||
|
__system_retAddr = retAddr;
|
||||||
|
}
|
||||||
|
|
||||||
/* Initialize the synchronization subsystem */
|
/* Initialize the synchronization subsystem */
|
||||||
__sync_init();
|
__sync_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user