mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
fix(cocoa): Copy xib for PPC compat; upgrade GL-legacy xib to 10.6
This commit is contained in:
parent
69aae94e5f
commit
43e8702e12
File diff suppressed because it is too large
Load Diff
1809
pkg/apple/OSX/en.lproj/MainMenu_PPC.xib
Normal file
1809
pkg/apple/OSX/en.lproj/MainMenu_PPC.xib
Normal file
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ static const ui_companion_driver_t *ui_companion_drivers[] = {
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
&ui_companion_win32,
|
||||
#endif
|
||||
#ifdef HAVE_COCOA
|
||||
#if defined(HAVE_COCOA) || defined(HAVE_COCOA_METAL)
|
||||
&ui_companion_cocoa,
|
||||
#endif
|
||||
#ifdef HAVE_COCOATOUCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user