mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-20 06:51:33 +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:
@@ -98,8 +98,10 @@ static void (*co_swap)(cothread_t, cothread_t) = 0;
|
||||
0xff, 0xe0, /* jmp rax */
|
||||
};
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#ifdef LIBCO_MPROTECT
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
static void co_init() {
|
||||
#ifdef LIBCO_MPROTECT
|
||||
|
Reference in New Issue
Block a user