mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2024-11-23 08:09:43 +00:00
Fix OSX build
This commit is contained in:
parent
f785a951a3
commit
ad2b24880a
@ -17,10 +17,6 @@
|
||||
|
||||
#include "mednafen-endian.h"
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#include <streams/file_stream_transforms.h>
|
||||
#endif
|
||||
|
||||
void Endian_A16_Swap(void *src, uint32_t nelements)
|
||||
{
|
||||
uint32_t i;
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <streams/file_stream_transforms.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user