Read files from SD/CSE2-portable on Wii U

This commit is contained in:
Clownacy 2020-04-15 22:10:53 +01:00
parent 763e4a9986
commit c38a8aa857

View file

@ -40,7 +40,7 @@ void Backend_PostWindowCreation(void)
bool Backend_GetBasePath(char *string_buffer)
{
strcpy(string_buffer, WHBGetSdCardMountPath());
strcat(string_buffer, "/CSE2");
strcat(string_buffer, "/CSE2-portable");
return true;
}