1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Change flicker_filter_index to unsigned int

This commit is contained in:
twinaphex 2016-12-02 01:16:26 +01:00
parent 3b78c848a2
commit ff2892498e

View File

@ -177,7 +177,7 @@ typedef struct global
} resolutions;
unsigned gamma_correction;
unsigned char flicker_filter_index;
unsigned int flicker_filter_index;
unsigned char soft_filter_index;
bool pal_enable;
bool pal60_enable;