mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
commit
e5fd0c4730
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user