beetle-psx-libretro/beetle_psx_globals.c

12 lines
235 B
C
Raw Normal View History

2019-12-08 17:26:41 +00:00
#include <boolean.h>
#include <stdint.h>
bool content_is_pal = false;
uint8_t widescreen_hack;
uint8_t psx_gpu_upscale_shift;
int line_render_mode;
int filter_mode;
bool opaque_check;
bool semitrans_check;
bool crop_overscan = false;