mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Update video_crt_switch.c
This commit is contained in:
parent
987264ab1b
commit
7d07130942
@ -42,6 +42,7 @@ static unsigned orig_width = 0;
|
||||
static unsigned orig_height = 0;
|
||||
static int crt_center_adjust = 0;
|
||||
static int crt_tmp_center_adjust = 0;
|
||||
static double p_clock = 0;
|
||||
|
||||
static bool first_run = true;
|
||||
|
||||
@ -239,12 +240,12 @@ void crt_video_restore(void)
|
||||
|
||||
int crt_compute_dynamic_width(int width)
|
||||
{
|
||||
double p_clock = 15000000;
|
||||
p_clock = 15000000;
|
||||
|
||||
int min_height = 261;
|
||||
int dynamic_width = 0;
|
||||
#if defined(HAVE_VIDEOCORE)
|
||||
double p_clock = 32000000;
|
||||
p_clock = 32000000;
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user