mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
Uses "hack"
This commit is contained in:
parent
f471b4a8da
commit
50cdc30e1f
2
ssnes.c
2
ssnes.c
@ -151,7 +151,7 @@ static void uninit_video_input(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Temporary hack. Needs to do some color space switching for some unknown reason. Worked in 0.064 without hack at least.
|
// Temporary hack. Needs to do some color space switching for some unknown reason. Worked in 0.064 without hack at least.
|
||||||
#define USE_HACK 0
|
#define USE_HACK 1
|
||||||
static inline void process_frame (uint16_t * restrict out, const uint16_t * restrict in, unsigned width, unsigned height)
|
static inline void process_frame (uint16_t * restrict out, const uint16_t * restrict in, unsigned width, unsigned height)
|
||||||
{
|
{
|
||||||
for ( int y = 0; y < height; y++ )
|
for ( int y = 0; y < height; y++ )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user