mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15:40 +00:00
Qt: Fix builtin post shaders
This commit is contained in:
parent
322c0c4c74
commit
e84f38f466
|
@ -21,9 +21,8 @@ PostProcessingSettingsWidget::PostProcessingSettingsWidget(SettingsDialog* dialo
|
||||||
{
|
{
|
||||||
if (!m_ui.widget->setConfigString(post_chain))
|
if (!m_ui.widget->setConfigString(post_chain))
|
||||||
{
|
{
|
||||||
QMessageBox::critical(this, tr("Error"),
|
QMessageBox::critical(this, tr("Error"), tr("The current post-processing chain is invalid, it has been reset."));
|
||||||
tr("The current post-processing chain is invalid, it has been reset. Any changes made will "
|
m_dialog->removeSettingValue("Display", "PostProcessChain");
|
||||||
"overwrite the existing config."));
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue