mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +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.
|
||||
#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)
|
||||
{
|
||||
for ( int y = 0; y < height; y++ )
|
||||
|
Loading…
Reference in New Issue
Block a user