beetle-psx-libretro/libretro_cbs.c
r5 815febac03 (rsx) Cleanups
De-hardcode the sample rate, framerate, width/height.
Get rid of an awkward function.
Style nits here and there.
2017-10-17 06:19:21 +01:00

9 lines
193 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;