This commit is contained in:
Jon Maddox 2013-03-20 22:43:01 -04:00
parent fa7730fc49
commit 8d500d2cf2

View File

@ -52,7 +52,6 @@
// UIApplicationDelegate
- (void)applicationDidFinishLaunching:(UIApplication *)application
{
// TODO: Relocate this!
self.system_directory = [NSString stringWithFormat:@"%@/.RetroArch", kDOCSFOLDER];
mkdir([self.system_directory UTF8String], 0755);