mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(CoreAudio) Include retro_endianness.h
This commit is contained in:
parent
8ca8b43545
commit
da3dd316b5
@ -13,12 +13,8 @@
|
|||||||
* You should have received a copy of the GNU General Public License along with RetroArch.
|
* You should have received a copy of the GNU General Public License along with RetroArch.
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../driver.h"
|
|
||||||
#include "../../general.h"
|
|
||||||
#include <queues/fifo_buffer.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <boolean.h>
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#if TARGET_OS_IPHONE
|
#if TARGET_OS_IPHONE
|
||||||
@ -31,6 +27,13 @@
|
|||||||
#include <AudioUnit/AudioUnit.h>
|
#include <AudioUnit/AudioUnit.h>
|
||||||
#include <AudioUnit/AUComponent.h>
|
#include <AudioUnit/AUComponent.h>
|
||||||
|
|
||||||
|
#include <boolean.h>
|
||||||
|
#include <queues/fifo_buffer.h>
|
||||||
|
#include <retro_endianness.h>
|
||||||
|
|
||||||
|
#include "../../driver.h"
|
||||||
|
#include "../../general.h"
|
||||||
|
|
||||||
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
|
#if defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
|
||||||
|
|
||||||
#ifndef OSX_PPC
|
#ifndef OSX_PPC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user