readme: add a note that the Windows DPI scaling issues are fixed

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1122 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
ewasylishen 2014-10-17 00:21:20 +00:00
parent ad600c8f9c
commit 9964eb811a
3 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit
<sect1> Changes in 0.90.0<p>
<itemize>
<item> Fix issues on Windows systems with DPI scaling.</item>
<item> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.
<item> SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.
<item> Revised keyboard input code.

View File

@ -187,6 +187,7 @@ these patched libSDL binaries may help.
<P>
<UL>
<LI> Fix issues on Windows systems with DPI scaling.</LI>
<LI> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.</LI>
<LI> SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.</LI>
<LI> Revised keyboard input code.</LI>

View File

@ -183,6 +183,8 @@
6.1. Changes in 0.90.0
o Fix issues on Windows systems with DPI scaling.
o Unix/Mac user directories support. Disabled by default,
'make DO_USERDIRS=1' to enable it.