Rename vst3_no_scaling to editor_disable_host_scaling

This will also affect CLAP plugins.
This commit is contained in:
Robbert van der Helm
2022-10-01 00:34:34 +02:00
parent 82840ab6df
commit 1b875ad286
6 changed files with 47 additions and 32 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ class Configuration {
* that with a Wine font DPI of 192 plugins often do draw correctly at 200%
* scale.
*/
bool vst3_no_scaling = false;
bool editor_disable_host_scaling = false;
/**
* If a merged bundle contains both the 64-bit and the 32-bit versions of a
@@ -203,7 +203,7 @@ class Configuration {
s.ext(frame_rate, bitsery::ext::InPlaceOptional(),
[](S& s, auto& v) { s.value4b(v); });
s.value1b(hide_daw);
s.value1b(vst3_no_scaling);
s.value1b(editor_disable_host_scaling);
s.value1b(vst3_prefer_32bit);
s.ext(matched_file, bitsery::ext::InPlaceOptional(),