Update the status on vst3_no_scaling and HiDPI

Apparently 200% scaling with Wine's font DPI set to 192 often does work
correctly.
This commit is contained in:
Robbert van der Helm
2021-01-14 17:51:05 +01:00
parent 5dcedbace5
commit 9d5d8c1b60
3 changed files with 11 additions and 7 deletions
+4 -2
View File
@@ -39,8 +39,10 @@ TODO: Add an updated screenshot with some fancy VST3-only plugins to the readme
- Added a [compatibility
option](https://github.com/robbert-vdh/yabridge#compatibility-options) to
disable HiDPI scaling for VST3 plugins. At the moment Wine does not have
proper HiDPI support, so some plugins might not scale their interfaces
correctly when the host tells those plugins to scale their GUIs.
proper fractional HiDPI support, so some plugins might not scale their
interfaces correctly when the host tells those plugins to scale their GUIs. In
most cases setting the font DPI in `winecfg`'s graphics tab to 192 will also
cause the GUIs to scale correctly at 200%.
### Changed