From d35b806f98169a84c7421d03fd90b1425fa2ff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Munhoz=20P=C3=A9los?= Date: Sat, 13 Jul 2013 00:05:21 -0300 Subject: [PATCH] Add toolbar in Rom's list to accommodate refresh and new folder buttons. --- apple/iOS/browser.m | 1 - 1 file changed, 1 deletion(-) 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; }