shithub: cstory

Download patch

ref: c38a8aa857f1b1dd7ea3a1916d874bc19b139459
parent: 763e4a9986b336624f9dd3aba6f80664dca4b7a5
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 15 18:10:53 EDT 2020

Read files from `SD/CSE2-portable` on Wii U

--- a/src/Backends/WiiU/Misc.cpp
+++ b/src/Backends/WiiU/Misc.cpp
@@ -40,7 +40,7 @@
 bool Backend_GetBasePath(char *string_buffer)
 {
 	strcpy(string_buffer, WHBGetSdCardMountPath());
-	strcat(string_buffer, "/CSE2");
+	strcat(string_buffer, "/CSE2-portable");
 
 	return true;
 }