There was an error fetching the commit references. Please try again later.
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
Showing
- src/citra/emu_window/emu_window_glfw.cpp 17 additions, 17 deletionssrc/citra/emu_window/emu_window_glfw.cpp
- src/citra_qt/bootmanager.cpp 18 additions, 18 deletionssrc/citra_qt/bootmanager.cpp
- src/common/emu_window.cpp 4 additions, 4 deletionssrc/common/emu_window.cpp
- src/common/key_map.cpp 3 additions, 3 deletionssrc/common/key_map.cpp
- src/common/key_map.h 3 additions, 3 deletionssrc/common/key_map.h
- src/core/CMakeLists.txt 6 additions, 2 deletionssrc/core/CMakeLists.txt
- src/core/hle/hle.cpp 3 additions, 0 deletionssrc/core/hle/hle.cpp
- src/core/hle/service/hid/hid.cpp 138 additions, 0 deletionssrc/core/hle/service/hid/hid.cpp
- src/core/hle/service/hid/hid.h 18 additions, 19 deletionssrc/core/hle/service/hid/hid.h
- src/core/hle/service/hid/hid_spvr.cpp 38 additions, 0 deletionssrc/core/hle/service/hid/hid_spvr.cpp
- src/core/hle/service/hid/hid_spvr.h 23 additions, 0 deletionssrc/core/hle/service/hid/hid_spvr.h
- src/core/hle/service/hid/hid_user.cpp 75 additions, 0 deletionssrc/core/hle/service/hid/hid_user.cpp
- src/core/hle/service/hid/hid_user.h 29 additions, 0 deletionssrc/core/hle/service/hid/hid_user.h
- src/core/hle/service/service.cpp 3 additions, 1 deletionsrc/core/hle/service/service.cpp
Loading
Please register or sign in to comment