mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Adds new Folder option in ROM list.
This commit is contained in:
parent
5e508c7a34
commit
fbf029939c
@ -36,7 +36,7 @@
|
||||
NSString* rootPath = RetroArch_iOS.get.documentsDirectory;
|
||||
NSString* ragPath = [rootPath stringByAppendingPathComponent:@"RetroArchGames"];
|
||||
RADirectoryList* list = [RADirectoryList directoryListForPath:path_is_directory(ragPath.UTF8String) ? ragPath : rootPath];
|
||||
|
||||
|
||||
return list;
|
||||
}
|
||||
|
||||
@ -216,7 +216,11 @@
|
||||
if (didCreateFolder) {
|
||||
[self refresh];
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
apple_display_alert(@"It was not possible to create folder.", 0);
|
||||
=======
|
||||
apple_display_alert(@"Not possible to create folder.", 0);
|
||||
>>>>>>> Adds new Folder option in ROM list.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user