From 97630d7fb139e84f23b3fee02afeebf7b7bfb756 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Tue, 1 May 2018 20:56:30 +0100 Subject: [PATCH] Fix for native low res in Linux --- gfx/video_crt_switch.h | 2 ++ 1 file changed, 2 insertions(+) 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