Merge pull request #581 from niemand-deu/patch-1

Small tweak to the missing files error message.
This commit is contained in:
Arisotura 2020-02-27 14:59:31 +01:00 committed by GitHub
commit 57c1e6587e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2714,7 +2714,7 @@ int main(int argc, char** argv)
}
#else
const char* confdir = g_get_user_config_dir();
const char* confname = "/melonds";
const char* confname = "/melonDS";
EmuDirectory = new char[strlen(confdir) + strlen(confname) + 1];
strcat(EmuDirectory, confdir);
strcat(EmuDirectory, confname);