@@ -88,11 +88,11 @@ } [ret makeImmutable]; return ret; -# elif defined(OF_NINTENDO_3DS) +# elif defined(OF_NINTENDO_3DS) || defined(OF_WII) return [path stringByPrependingString: @"/"]; # else return path; # endif } @@ -130,11 +130,11 @@ [components replaceObjectAtIndex: i withObject: @"/"]; } return [OFString pathWithComponents: components]; -# elif defined(OF_NINTENDO_3DS) +# elif defined(OF_NINTENDO_3DS) || defined(OF_WII) return [path substringWithRange: of_range(1, [path length] - 1)]; # else return path; # endif }