mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
open directly to the Documents directory
This commit is contained in:
parent
8d500d2cf2
commit
c551bca665
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
// Setup window
|
// Setup window
|
||||||
self.delegate = self;
|
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 = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||||
_window.rootViewController = self;
|
_window.rootViewController = self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user