mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 19:00:35 +00:00
edc90765b4
This reverts commit b0d55624a5
.
13 lines
271 B
C
13 lines
271 B
C
#include <boolean.h>
|
|
#include "libretro.h"
|
|
|
|
bool content_is_pal = false;
|
|
retro_video_refresh_t video_cb;
|
|
retro_environment_t environ_cb;
|
|
uint8_t widescreen_hack;
|
|
uint8_t psx_gpu_upscale_shift;
|
|
int lineRenderMode;
|
|
int filter_mode;
|
|
bool opaque_check;
|
|
bool semitrans_check;
|