libretro: Use 565 format for NTSC filter.
This commit is contained in:
parent
a2ef6e3818
commit
bd7669e78c
@ -3,7 +3,7 @@
|
|||||||
#ifndef SNES_NTSC_CONFIG_H
|
#ifndef SNES_NTSC_CONFIG_H
|
||||||
#define SNES_NTSC_CONFIG_H
|
#define SNES_NTSC_CONFIG_H
|
||||||
|
|
||||||
#if !defined(SNES9X_GTK) && !defined(_WIN32)
|
#if !defined(SNES9X_GTK) && !defined(_WIN32) && !defined(__LIBRETRO__)
|
||||||
/* Format of source pixels */
|
/* Format of source pixels */
|
||||||
#define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB15
|
#define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB15
|
||||||
/* #define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB16 */
|
/* #define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB16 */
|
||||||
|
Loading…
Reference in New Issue
Block a user