From 28b3ab2aed9f87e1d18af8c1504c40dd4cc8d64f Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 14 May 2019 18:42:52 -0230 Subject: [PATCH] Updated changelog for 'hidpi' mode. Still need to update the docs, but that's much more work (and it needs updating for other features too). --- Changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.txt b/Changes.txt index 697fe0511..5f9863c3a 100644 --- a/Changes.txt +++ b/Changes.txt @@ -48,6 +48,10 @@ * Added automatic controller detection. (TODO: Stella.pro cleanup) + * Added 'HiDPI' mode, which scales the UI by 2x when enabled. This is + meant for 4k and above monitors, but can actually be used at any + lower resolution that is large enough to display the scaled UI. + * Removed 'tia.fsfill' option, replacing it with 'tia.fs_stretch'. This new option allows to preserve TIA image aspect ratio in fullscreen mode, or stretch to fill the entire screen.