From b33cb14ba0ef2a64e3a9aa6a9b4489e27552aa0f Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 26 Mar 2018 15:35:30 +0100 Subject: [PATCH] CRT SwitchRes --- gfx/video_driver.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gfx/video_driver.h b/gfx/video_driver.h index 878aea7bae..bdb2b682e8 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -71,6 +71,11 @@ RETRO_BEGIN_DECLS #define MAX_VARIABLES 64 +// Added for resolution wswitching +void ben_poke_video(); +//Added for resolution wswitching + + enum { TEXTURES = 8, @@ -402,6 +407,7 @@ typedef struct video_frame_info bool black_frame_insertion; bool hard_sync; bool fps_show; + bool CRT_Switch_Resolution; //ben bool statistics_show; bool framecount_show; bool scale_integer; @@ -427,6 +433,7 @@ typedef struct video_frame_info unsigned aspect_ratio_idx; unsigned max_swapchain_images; unsigned monitor_index; + unsigned CRT_Switch_Resolution_super; //ben unsigned width; unsigned height; unsigned xmb_theme;