mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Buildfix
This commit is contained in:
parent
2d274f1369
commit
df62b6d78f
@ -111,6 +111,10 @@ typedef enum
|
||||
CFAllDomainsMask = 0x0ffff /* All domains: all of the above and future items */
|
||||
} CFDomainMask;
|
||||
|
||||
#if (defined(OSX) && !(defined(__ppc__) || defined(__ppc64__)))
|
||||
static int speak_pid = 0;
|
||||
#endif
|
||||
|
||||
static char darwin_cpu_model_name[64] = {0};
|
||||
|
||||
static NSSearchPathDirectory NSConvertFlagsCF(unsigned flags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user