Note WIN32MM joystick driver

This commit is contained in:
Ilari Liusvaara 2012-04-08 20:45:55 +03:00
parent a1b9f7f7c0
commit a26896b10a
2 changed files with 6 additions and 0 deletions

View file

@ -383,6 +383,10 @@ SDL: Use SDL for joystick (requires SDL graphics)
EVDEV: Use EVDEV for joystick (Linux only).
\end_layout
\begin_layout Itemize
WIN32MM: Use Win32mm for joystick (Windows only).
\end_layout
\begin_layout Itemize
DUMMY: Disable joystick support.
\end_layout

View file

@ -152,6 +152,8 @@ Building is via makefile, the following options are available:
EVDEV: Use EVDEV for joystick (Linux only).
WIN32MM: Use Win32mm for joystick (Windows only).
DUMMY: Disable joystick support.
Default is SDL.