mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-27 16:00:07 +02:00
v112.11
SFC: Disable color blending for first hires pixel with accuracy PPU (fixes a green scanline on the left-edge of Jurassic Park) libco: Don't include <sys/mman.h> when not using mprotect nall: Detect Windows without invoking uname [Alcaro]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#if LIBCO_MPROTECT
|
||||
#ifdef LIBCO_MPROTECT
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user