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

This commit is contained in:
Fabx 2023-11-28 17:35:21 +01:00 committed by GitHub
parent b605381adb
commit 800eb468a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(