We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1ba41 + 8c56de2 commit 4928a74Copy full SHA for 4928a74
src/dxvk/rtx_render/rtx_options.h
@@ -1338,6 +1338,8 @@ namespace dxvk {
1338
RtxOption<bool>::writeOptions(changedConfigs, Option::serializeChangedOptionOnly());
1339
// Merge changed options into original option layer
1340
newConfig.merge(changedConfigs);
1341
+ } else {
1342
+ RtxOption<bool>::writeOptions(newConfig, Option::serializeChangedOptionOnly());
1343
}
1344
} else {
1345
RtxOption<bool>::writeOptions(newConfig, Option::serializeChangedOptionOnly());
0 commit comments