mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 03:40:33 +00:00
Add toolbar in Rom's list to accommodate refresh and new folder buttons.
This commit is contained in:
parent
f4d25deba1
commit
d35b806f98
@ -36,7 +36,6 @@
|
|||||||
NSString* rootPath = RetroArch_iOS.get.documentsDirectory;
|
NSString* rootPath = RetroArch_iOS.get.documentsDirectory;
|
||||||
NSString* ragPath = [rootPath stringByAppendingPathComponent:@"RetroArchGames"];
|
NSString* ragPath = [rootPath stringByAppendingPathComponent:@"RetroArchGames"];
|
||||||
RADirectoryList* list = [RADirectoryList directoryListForPath:path_is_directory(ragPath.UTF8String) ? ragPath : rootPath];
|
RADirectoryList* list = [RADirectoryList directoryListForPath:path_is_directory(ragPath.UTF8String) ? ragPath : rootPath];
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user