mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
N/A
This commit is contained in:
parent
fdb5f10c71
commit
814838badf
@ -385,7 +385,8 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[],
|
|||||||
|
|
||||||
NSString *path = [[NSBundle mainBundle] pathForResource:@"assets" ofType:@"zip"];
|
NSString *path = [[NSBundle mainBundle] pathForResource:@"assets" ofType:@"zip"];
|
||||||
NSURL *url = [NSURL fileURLWithPath:path];
|
NSURL *url = [NSURL fileURLWithPath:path];
|
||||||
NSLog(@"url from bundle: %@", url);
|
if (url)
|
||||||
|
NSLog(@"url from bundle: %@", url);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CFTemporaryDirectory(temp_dir, sizeof(temp_dir));
|
CFTemporaryDirectory(temp_dir, sizeof(temp_dir));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user