mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
open directly to the Documents directory
This commit is contained in:
parent
8d500d2cf2
commit
c551bca665
@ -57,7 +57,7 @@
|
||||
|
||||
// Setup window
|
||||
self.delegate = self;
|
||||
[self pushViewController:[RADirectoryList directoryListOrGridWithPath:nil] animated:YES];
|
||||
[self pushViewController:[RADirectoryList directoryListOrGridWithPath:kDOCSFOLDER] animated:YES];
|
||||
|
||||
_window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||
_window.rootViewController = self;
|
||||
|
Loading…
x
Reference in New Issue
Block a user