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

View File

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