diff --git a/gfx/video_crt_switch.h b/gfx/video_crt_switch.h index 4e86ec4352..e1ca885780 100644 --- a/gfx/video_crt_switch.h +++ b/gfx/video_crt_switch.h @@ -29,6 +29,8 @@ RETRO_BEGIN_DECLS void crt_switch_res_core(unsigned width, unsigned height, float hz); +void crt_aspect_ratio_switch(unsigned width, unsigned height); + void crt_video_restore(void); RETRO_END_DECLS