mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 23:40: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>
|
<sect1> Changes in 0.90.0<p>
|
||||||
<itemize>
|
<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> 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> SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.
|
||||||
<item> Revised keyboard input code.
|
<item> Revised keyboard input code.
|
||||||
|
|
|
@ -187,6 +187,7 @@ these patched libSDL binaries may help.
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<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> 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> SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.</LI>
|
||||||
<LI> Revised keyboard input code.</LI>
|
<LI> Revised keyboard input code.</LI>
|
||||||
|
|
|
@ -183,6 +183,8 @@
|
||||||
|
|
||||||
6.1. Changes in 0.90.0
|
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,
|
o Unix/Mac user directories support. Disabled by default,
|
||||||
'make DO_USERDIRS=1' to enable it.
|
'make DO_USERDIRS=1' to enable it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue