mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Update video_crt_switch.c
This commit is contained in:
parent
0726cc425c
commit
8fdbdf8b8b
@ -174,6 +174,7 @@ void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt
|
|||||||
{
|
{
|
||||||
/* ra_core_hz float passed from within
|
/* ra_core_hz float passed from within
|
||||||
* void video_driver_monitor_adjust_system_rates(void) */
|
* void video_driver_monitor_adjust_system_rates(void) */
|
||||||
|
|
||||||
ra_core_width = width;
|
ra_core_width = width;
|
||||||
ra_core_height = height;
|
ra_core_height = height;
|
||||||
ra_core_hz = hz;
|
ra_core_hz = hz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user