mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
Add a FAQ regarding XInput 2.2 or higher needed by SDL 2.0
This commit is contained in:
parent
78cfbb5197
commit
1aff869393
1 changed files with 6 additions and 0 deletions
6
README
6
README
|
@ -799,4 +799,10 @@ How do I disable the vsync?
|
|||
- Set gl_swapinterval to 0 and type vid_restart. Beware that this may
|
||||
not work with SDL 1.2 due to bugs in SDL.
|
||||
|
||||
I've build Yamagi Quake II with SDL 2.0 and now my mouse behaves strange.
|
||||
- If it feels like your mouse is hitting the window borders you're
|
||||
experiencing a problem in SDL 2.0. SDL 2.0 needs XInput 2.2 or higher
|
||||
and fails when the installed version is older. So make sure that you
|
||||
have XInput 2.2 or higher installed.
|
||||
|
||||
==============================================================================
|
||||
|
|
Loading…
Reference in a new issue