mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
815febac03
De-hardcode the sample rate, framerate, width/height. Get rid of an awkward function. Style nits here and there.
9 lines
193 B
C
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;
|