mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
(CoreAudio) Define OSX_PPC
This commit is contained in:
parent
855d192c16
commit
fa7293412f
@ -31,6 +31,14 @@
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioUnit/AUComponent.h>
|
||||
|
||||
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
|
||||
|
||||
#ifndef OSX_PPC
|
||||
#define OSX_PPC
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
typedef struct coreaudio
|
||||
{
|
||||
pthread_mutex_t lock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user