diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-03-30 11:05:09 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-03-30 11:05:09 +0200 |
commit | d2cae446b9380a4c640cbf6a73eb38e470cd7bb0 (patch) | |
tree | e4cf88f2d7ae73226ddb72c6397d9c709f9cf825 | |
parent | 104b2a03aad74121358828a2c7c3a1a636f66a42 (diff) | |
parent | 57c1e6587e068e04c80eb3d6b97e8ad0ae0ddf6b (diff) |
Merge branch 'master' of https://github.com/Arisotura/melonDS
-rw-r--r-- | src/libui_sdl/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp index 9d52985..8e8bf9e 100644 --- a/src/libui_sdl/main.cpp +++ b/src/libui_sdl/main.cpp @@ -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); |