libretro: Use 565 format for NTSC filter.

This commit is contained in:
Brandon Wright 2019-03-31 15:32:49 -05:00
parent a2ef6e3818
commit bd7669e78c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifndef 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 */
#define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB15
/* #define SNES_NTSC_IN_FORMAT SNES_NTSC_RGB16 */