Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implementato il pieno supporto alle XInput.
Con questo commit ho eliminato anche il lag dell'input che in alcune circostanze poteva esserci nella versione windows.
- Loading branch information
Showing
with
1,614 additions
and 703 deletions.
- +2 −2 src/core/emu.c
- +20 −6 src/core/input.h
- +2 −0 src/core/unicode_def.h
- +11 −8 src/gui/dlgInput.cpp
- +7 −6 src/gui/dlgStdPad.cpp
- +54 −23 src/gui/linux/jstick.c
- +20 −14 src/gui/linux/jstick.h
- +4 −21 src/gui/mainWindow.cpp
- +0 −1 src/gui/mainWindow.hpp
- +36 −16 src/gui/settings.h
- +69 −2 src/gui/settingsObject.cpp
- +6 −1 src/gui/settingsObject.hpp
- +1,336 −518 src/gui/windows/jstick.c
- +47 −85 src/gui/windows/jstick.h
Oops, something went wrong.