From 0bca954d458f9a5f96778e2ed6190c516ef46f3e Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Tue, 14 May 2019 08:49:04 +0200 Subject: [PATCH] Version 1.0.1 Changed hdmi_audio_96k from 1 to 0 --- video_settings_optimal.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video_settings_optimal.sh b/video_settings_optimal.sh index 2ddc070..b3c31d7 100644 --- a/video_settings_optimal.sh +++ b/video_settings_optimal.sh @@ -18,12 +18,13 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.0.1 - 2019-05-14 - Changed hdmi_audio_96k from 1 to 0 # Version 1.0 - 2019-05-13 - First commit # ========= OPTIONS ================== -INI_PROPERTIES="hdmi_audio_96k=1 vscale_mode=0 video_mode=8 video_info=10 vsync_adjust=2 video_mode_ntsc_pal=1" +INI_PROPERTIES="hdmi_audio_96k=0 vscale_mode=0 video_mode=8 video_info=10 vsync_adjust=2 video_mode_ntsc_pal=1" AUTHOR_NAME="Locutus73" # ========= CODE STARTS HERE =========