mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(OSX PPC) One buildfix
This commit is contained in:
parent
ccbb3f0960
commit
82be4ea0e5
@ -38,7 +38,7 @@ static bool ui_browser_window_cocoa_open(ui_browser_window_state_t *state)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(MAC_OS_X_VERSION_10_6)
|
||||
#if defined(MAC_OS_X_VERSION_10_5)
|
||||
[panel setMessage:BOXSTRING(state->title)];
|
||||
if ([panel runModalForDirectory:BOXSTRING(state->startdir) file:nil] != 1)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user