beetle-psx-libretro/beetle_psx_globals.c

23 lines
562 B
C
Raw Normal View History

2019-12-08 17:26:41 +00:00
#include <boolean.h>
#include <stdint.h>
#include "beetle_psx_globals.h"
2019-12-08 17:26:41 +00:00
bool content_is_pal = false;
uint8_t widescreen_hack;
uint8_t widescreen_hack_aspect_ratio_setting;
2019-12-08 17:26:41 +00:00
uint8_t psx_gpu_upscale_shift;
2020-09-27 08:01:20 +00:00
uint8_t psx_gpu_upscale_shift_hw;
2019-12-08 17:26:41 +00:00
int line_render_mode;
int filter_mode;
bool opaque_check;
bool semitrans_check;
int crop_overscan = 0;
int core_timing_fps_mode = FORCE_PROGRESSIVE_TIMING;
bool currently_interlaced = false;
bool interlace_setting_dirty = false;
int aspect_ratio_setting = 0;
bool aspect_ratio_dirty = false;
bool is_monkey_hero = false;