mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Make argvSetup overridable
This commit is contained in:
parent
00d1a696b9
commit
137f6d1ddc
@ -20,7 +20,7 @@ static char* g_argv_empty = NULL;
|
||||
|
||||
void nxlinkSetup(void);
|
||||
|
||||
void argvSetup(void)
|
||||
void __attribute__((weak)) argvSetup(void)
|
||||
{
|
||||
Result rc=0;
|
||||
MemoryInfo meminfo;
|
||||
|
Loading…
Reference in New Issue
Block a user