Compile fixes for Linux

- Compiling on a Linux distribution will fail without these fixes.
This commit is contained in:
bladeoner 2018-08-05 21:17:02 +02:00 committed by GitHub
parent 0291bdff5b
commit dbefa19b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include "filter.h"
#include "video.h"
#include "snes9xGX.h"
#include "snes9xgx.h"
#include "memmap.h"
#include "menu.h"
@ -558,4 +558,4 @@ void Scanlines (uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch,
dstPtr += dstPitch<<1;
srcPtr += srcPitch;
}
}
}

View File

@ -194,7 +194,7 @@
#define _MSU1_H_
#include "snes9x.h"
#include <stdint.h>
#include <sys\stat.h>
#include <sys/stat.h>
#define MSU1_REVISION 0x02