mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
readme: add a note that the Windows DPI scaling issues are fixed
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1122 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
53288141e7
commit
a8d8ab865d
3 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue