From 64ebf62959ff77dfd1221089eadc346055270e54 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Sat, 31 Mar 2018 15:15:35 +0100 Subject: [PATCH] Add files via upload Amended tabbing with spaces --- configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.h b/configuration.h index 5e15e05f64..3afa6fdc4b 100644 --- a/configuration.h +++ b/configuration.h @@ -95,7 +95,7 @@ typedef struct settings bool video_statistics_show; bool video_framecount_show; bool video_msg_bgcolor_enable; - bool crt_switch_resolution; + bool crt_switch_resolution; /* Audio */ bool audio_enable; @@ -334,7 +334,7 @@ typedef struct settings unsigned video_window_x; unsigned video_window_y; unsigned video_window_opacity; - unsigned crt_switch_resolution_super; + unsigned crt_switch_resolution_super; unsigned video_monitor_index; unsigned video_fullscreen_x; unsigned video_fullscreen_y;