fix(cocoa): Copy xib for PPC compat; upgrade GL-legacy xib to 10.6

This commit is contained in:
Stuart Carnie 2018-11-04 10:49:56 -07:00
parent 69aae94e5f
commit 43e8702e12
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
3 changed files with 2151 additions and 1809 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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