This commit is contained in:
twinaphex 2018-02-21 23:24:38 +01:00
parent b505f54aec
commit 6800cd5c96
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
*/
#include "mednafen.h"
#include "endian.h"
#include "mednafen-endian.h"
void Endian_A16_Swap(void *src, uint32 nelements)
{

View File

@ -41,7 +41,6 @@
#include <stddef.h>
#include <assert.h>
#include <inttypes.h>
#include <stdint.h>
#include <limits.h>
#include <stdio.h>