ui: Warn user about no output when AV Pack set to "None"

This commit is contained in:
Fabx
2023-11-28 09:35:21 -07:00
committed by GitHub
parent b605381adb
commit 800eb468a4
+4
View File
@@ -989,6 +989,10 @@ void MainMenuSystemView::Draw()
ImGui::TextColored(ImVec4(1,0,0,1), "Application restart required to apply settings");
}
if ((int)g_config.sys.avpack == CONFIG_SYS_AVPACK_NONE) {
ImGui::TextColored(ImVec4(1,0,0,1), "Setting AV Pack to NONE disables video output.");
}
SectionTitle("System Configuration");
if (ChevronCombo(