mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-26 18:30:26 +00:00
12 lines
235 B
C
12 lines
235 B
C
#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;
|