There was an error fetching the commit references. Please try again later.
Merge pull request #1634 from DarkLordZach/better-hid-2
hid: Add support for multiplayer and multilayout controllers
Showing
- src/core/frontend/input.h 7 additions, 0 deletionssrc/core/frontend/input.h
- src/core/hle/service/hid/controllers/debug_pad.cpp 40 additions, 2 deletionssrc/core/hle/service/hid/controllers/debug_pad.cpp
- src/core/hle/service/hid/controllers/debug_pad.h 39 additions, 2 deletionssrc/core/hle/service/hid/controllers/debug_pad.h
- src/core/hle/service/hid/controllers/keyboard.cpp 18 additions, 2 deletionssrc/core/hle/service/hid/controllers/keyboard.cpp
- src/core/hle/service/hid/controllers/keyboard.h 7 additions, 0 deletionssrc/core/hle/service/hid/controllers/keyboard.h
- src/core/hle/service/hid/controllers/mouse.cpp 22 additions, 3 deletionssrc/core/hle/service/hid/controllers/mouse.cpp
- src/core/hle/service/hid/controllers/mouse.h 8 additions, 1 deletionsrc/core/hle/service/hid/controllers/mouse.h
- src/core/hle/service/hid/controllers/npad.cpp 304 additions, 160 deletionssrc/core/hle/service/hid/controllers/npad.cpp
- src/core/hle/service/hid/controllers/npad.h 37 additions, 8 deletionssrc/core/hle/service/hid/controllers/npad.h
- src/core/hle/service/hid/controllers/touchscreen.cpp 7 additions, 6 deletionssrc/core/hle/service/hid/controllers/touchscreen.cpp
- src/core/hle/service/hid/controllers/touchscreen.h 11 additions, 1 deletionsrc/core/hle/service/hid/controllers/touchscreen.h
- src/core/hle/service/hid/hid.cpp 2 additions, 2 deletionssrc/core/hle/service/hid/hid.cpp
- src/core/settings.cpp 50 additions, 0 deletionssrc/core/settings.cpp
- src/core/settings.h 281 additions, 37 deletionssrc/core/settings.h
- src/yuzu/CMakeLists.txt 9 additions, 0 deletionssrc/yuzu/CMakeLists.txt
- src/yuzu/configuration/config.cpp 363 additions, 22 deletionssrc/yuzu/configuration/config.cpp
- src/yuzu/configuration/config.h 14 additions, 0 deletionssrc/yuzu/configuration/config.h
- src/yuzu/configuration/configure_general.cpp 0 additions, 36 deletionssrc/yuzu/configuration/configure_general.cpp
- src/yuzu/configuration/configure_general.h 0 additions, 1 deletionsrc/yuzu/configuration/configure_general.h
- src/yuzu/configuration/configure_general.ui 1 addition, 8 deletionssrc/yuzu/configuration/configure_general.ui
Loading
Please register or sign in to comment