mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 08:49:47 +00:00
Buildfix
This commit is contained in:
parent
b505f54aec
commit
6800cd5c96
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "mednafen.h"
|
||||
#include "endian.h"
|
||||
#include "mednafen-endian.h"
|
||||
|
||||
void Endian_A16_Swap(void *src, uint32 nelements)
|
||||
{
|
||||
|
@ -41,7 +41,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user