diff --git a/apple/iOS/browser.m b/apple/iOS/browser.m index 278ae756b2..5f70ed1d9a 100644 --- a/apple/iOS/browser.m +++ b/apple/iOS/browser.m @@ -36,7 +36,6 @@ NSString* rootPath = RetroArch_iOS.get.documentsDirectory; NSString* ragPath = [rootPath stringByAppendingPathComponent:@"RetroArchGames"]; RADirectoryList* list = [RADirectoryList directoryListForPath:path_is_directory(ragPath.UTF8String) ? ragPath : rootPath]; - return list; }