mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
dot the system directory to hide it from iTunes Sharing
This esssentially hides the retroarch system directory when viewing the documents directory through iTunes Sharing. You can't browse folders this way anyways, so having it visible is essentially useless anyways. You can of course still get to this directoy via tools like iTools (non-jailbroken) or ssh'ing into the device (jailbroken).
This commit is contained in:
parent
b335bfbac6
commit
fa7730fc49
@ -53,7 +53,7 @@
|
||||
- (void)applicationDidFinishLaunching:(UIApplication *)application
|
||||
{
|
||||
// TODO: Relocate this!
|
||||
self.system_directory = [NSString stringWithFormat:@"%@/RetroArch", kDOCSFOLDER];
|
||||
self.system_directory = [NSString stringWithFormat:@"%@/.RetroArch", kDOCSFOLDER];
|
||||
mkdir([self.system_directory UTF8String], 0755);
|
||||
|
||||
// Setup window
|
||||
|
Loading…
x
Reference in New Issue
Block a user