Add toolbar in Rom's list to accommodate refresh and new folder buttons.

This commit is contained in:
Marcelo Munhoz Pélos 2013-07-13 00:05:21 -03:00 committed by Themaister
parent f4d25deba1
commit d35b806f98

View File

@ -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;
}