From bacd6f09ca8312a78ea05e130b5ccbe10f91f72d Mon Sep 17 00:00:00 2001 From: fincs Date: Thu, 4 Dec 2014 11:23:40 +0100 Subject: [PATCH] sdmc_dev.c: do not redefine __system_argc/argv --- libctru/source/sdmc_dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctru/source/sdmc_dev.c b/libctru/source/sdmc_dev.c index ae99c16..4d48117 100644 --- a/libctru/source/sdmc_dev.c +++ b/libctru/source/sdmc_dev.c @@ -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)