There was an error fetching the commit references. Please try again later.
Merge pull request #8484 from german77/irs_release
service: irs: Add camera support, split processors and implement ImageTransferProcessor
No related branches found
No related tags found
Showing
- CMakeLists.txt 3 additions, 3 deletionsCMakeLists.txt
- CMakeModules/CopyYuzuQt5Deps.cmake 8 additions, 0 deletionsCMakeModules/CopyYuzuQt5Deps.cmake
- src/common/input.h 28 additions, 1 deletionsrc/common/input.h
- src/common/settings.h 3 additions, 0 deletionssrc/common/settings.h
- src/core/CMakeLists.txt 15 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hid/emulated_controller.cpp 59 additions, 0 deletionssrc/core/hid/emulated_controller.cpp
- src/core/hid/emulated_controller.h 37 additions, 3 deletionssrc/core/hid/emulated_controller.h
- src/core/hid/input_converter.cpp 14 additions, 0 deletionssrc/core/hid/input_converter.cpp
- src/core/hid/input_converter.h 8 additions, 0 deletionssrc/core/hid/input_converter.h
- src/core/hid/irs_types.h 301 additions, 0 deletionssrc/core/hid/irs_types.h
- src/core/hle/service/hid/errors.h 7 additions, 0 deletionssrc/core/hle/service/hid/errors.h
- src/core/hle/service/hid/hid.cpp 2 additions, 2 deletionssrc/core/hle/service/hid/hid.cpp
- src/core/hle/service/hid/irs.cpp 245 additions, 79 deletionssrc/core/hle/service/hid/irs.cpp
- src/core/hle/service/hid/irs.h 68 additions, 227 deletionssrc/core/hle/service/hid/irs.h
- src/core/hle/service/hid/irsensor/clustering_processor.cpp 34 additions, 0 deletionssrc/core/hle/service/hid/irsensor/clustering_processor.cpp
- src/core/hle/service/hid/irsensor/clustering_processor.h 74 additions, 0 deletionssrc/core/hle/service/hid/irsensor/clustering_processor.h
- src/core/hle/service/hid/irsensor/image_transfer_processor.cpp 150 additions, 0 deletions...ore/hle/service/hid/irsensor/image_transfer_processor.cpp
- src/core/hle/service/hid/irsensor/image_transfer_processor.h 73 additions, 0 deletionssrc/core/hle/service/hid/irsensor/image_transfer_processor.h
- src/core/hle/service/hid/irsensor/ir_led_processor.cpp 27 additions, 0 deletionssrc/core/hle/service/hid/irsensor/ir_led_processor.cpp
- src/core/hle/service/hid/irsensor/ir_led_processor.h 47 additions, 0 deletionssrc/core/hle/service/hid/irsensor/ir_led_processor.h
Loading
Please register or sign in to comment