sdmc_dev.c: do not redefine __system_argc/argv
This commit is contained in:
parent
1bc0073bd3
commit
bacd6f09ca
@ -123,8 +123,8 @@ static const char *sdmc_fixpath(const char *path)
|
||||
|
||||
}
|
||||
|
||||
int __system_argc;
|
||||
char** __system_argv;
|
||||
extern int __system_argc;
|
||||
extern char** __system_argv;
|
||||
|
||||
/*! Initialize SDMC device */
|
||||
Result sdmcInit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user