mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 10:11:54 +00:00
(Apple) Typo fix
This commit is contained in:
parent
6417871a0c
commit
174aec61a0
@ -92,7 +92,7 @@ void apple_run_core(NSString* core, const char* file)
|
||||
char basedir[256];
|
||||
fill_pathname_basedir(basedir, file ? file : "", sizeof(basedir));
|
||||
if (file && access(basedir, R_OK | W_OK | X_OK))
|
||||
apple_display_alert("The directory containing the selected file must have write premissions. This will prevent zipped content from loading, and will cause some cores to not function.", "Warning");
|
||||
apple_display_alert("The directory containing the selected file must have write permissions. This will prevent zipped content from loading, and will cause some cores to not function.", "Warning");
|
||||
else
|
||||
apple_display_alert("Failed to load content.", "Error");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user