mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 18:03:04 +02:00
v106.231
SFC: disable math color bleed for first pixel (fixes green line on the left-edge of Jurassic Park) SFC/GG: attach Screen settings to Screen node, not PPU/VDP node (fixes remembering Screen settings)
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#ifdef LIBCO_MPROTECT
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
2
amd64.c
2
amd64.c
@@ -99,9 +99,7 @@ static void (*co_swap)(cothread_t, cothread_t) = 0;
|
||||
};
|
||||
|
||||
#include <unistd.h>
|
||||
#ifdef LIBCO_MPROTECT
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
static void co_init() {
|
||||
#ifdef LIBCO_MPROTECT
|
||||
|
2
arm.c
2
arm.c
@@ -5,9 +5,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#ifdef LIBCO_MPROTECT
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user