mirror of https://github.com/encounter/SDL.git
N3DS: Prepend PrefPath with `sdmc:`.
This commit is contained in:
parent
7d536d5240
commit
de5fa89b50
|
@ -68,7 +68,7 @@ SDL_FORCE_INLINE char *
|
|||
MakePrefPath(const char *app)
|
||||
{
|
||||
char *pref_path;
|
||||
if (SDL_asprintf(&pref_path, "/3ds/%s/", app) < 0) {
|
||||
if (SDL_asprintf(&pref_path, "sdmc:/3ds/%s/", app) < 0) {
|
||||
SDL_OutOfMemory();
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue