index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: use TouchDevice for touch pad
wwylele
2017-08-24
1
-4
/
+8
*
HID: fix a comment and a warning
wwylele
2017-08-20
1
-2
/
+2
*
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
2017-08-11
1
-5
/
+27
*
HID: zero unused PadState bits
wwylele
2017-08-10
1
-1
/
+1
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-6
/
+6
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+2
*
ir: implement new 3ds HID via ir:rst
wwylele
2017-05-04
2
-8
/
+21
*
Input: remove unused stuff & clean up
wwylele
2017-03-01
1
-34
/
+0
*
HID: use AnalogDevice
wwylele
2017-03-01
1
-2
/
+9
*
HID: use ButtonDevice
wwylele
2017-03-01
2
-1
/
+47
*
HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574)
Weiyi Wang
2017-02-17
1
-2
/
+5
*
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-02-11
1
-4
/
+0
*
HID: reset acceleroeter and gyroscope index in Init
wwylele
2017-01-20
1
-0
/
+2
*
CoreTiming: use named constant for ARM11 clock rate
wwylele
2017-01-16
1
-3
/
+3
*
HID: manages updating itself using correct ticks
wwylele
2017-01-16
2
-58
/
+93
*
core: Move emu_window and key_map into core
MerryMage
2016-12-23
1
-1
/
+1
*
hid: Get rid of a double -> float truncation warning
Lioncash
2016-12-15
1
-1
/
+2
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
3
-3
/
+3
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
2
-9
/
+4
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
3
-7
/
+6
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
4
-75
/
+77
*
hid: add missing header
wwylele
2016-06-11
1
-0
/
+2
*
fixup! fixup! Refactor input system
wwylele
2016-05-15
1
-1
/
+1
*
Refactor input subsystem
wwylele
2016-05-15
2
-35
/
+36
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-13
1
-2
/
+3
*
use reference instead of pointer
wwylele
2016-03-26
1
-9
/
+9
*
implement GyroscopeCalibrateParam
wwylele
2016-03-25
2
-9
/
+20
*
implement accel and gyro backend
wwylele
2016-03-22
4
-23
/
+176
*
hid: fix pad update
wwylele
2016-03-13
1
-1
/
+1
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-5
/
+5
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-1
/
+1
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
3
-3
/
+0
*
services: Update some function tables
Lioncash
2015-12-30
1
-0
/
+2
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
Move input values into an array
James Rowe
2015-07-28
2
-1
/
+14
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-7
/
+9
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
3
-3
/
+3
*
hid: Get rid of undefined behavior
Lioncash
2015-05-27
1
-2
/
+2
*
HID: Stub DisableAccelerometer and DisableGyroscopeLow
purpasmart96
2015-05-23
4
-9
/
+47
*
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-11
1
-2
/
+4
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-8
/
+14
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
2
-6
/
+6
*
Merge pull request #655 from purpasmart96/hid_fixes
bunnei
2015-03-17
4
-12
/
+72
|
\
|
*
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-17
4
-12
/
+72
*
|
arm_interface: Get rid of GetTicks.
Lioncash
2015-03-16
1
-3
/
+3
|
/
*
hid_user: Removed unnecessary includes.
bunnei
2015-03-11
1
-2
/
+0
*
HID: Removed unnecessary global variables.
bunnei
2015-03-11
2
-58
/
+42
*
HID: Added additional variable comments and some code cleanups.
bunnei
2015-03-11
2
-20
/
+29
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-11
2
-111
/
+28
*
HID: Cleanup how `next_touch_index` is calculated for Pad and touch.
bunnei
2015-03-10
1
-2
/
+2
*
HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.
bunnei
2015-03-10
2
-4
/
+4
*
HID: Added static asserts to check register position in shared memory.
bunnei
2015-03-10
1
-2
/
+16
*
HID: Added functions to emulate the touchpad.
bunnei
2015-03-10
2
-0
/
+61
*
HID: Moved some docstrings to the header.
bunnei
2015-03-10
2
-24
/
+16
*
HID: Refactored shared memory decoding for touchpad support.
bunnei
2015-03-10
2
-33
/
+64
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
6
-81
/
+75
*
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-22
1
-0
/
+19
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
2
-3
/
+0
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
HID: Fix crash when pressing a key when the emulator is stopped
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+2
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
2
-2
/
+2
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
3
-23
/
+27
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
3
-5
/
+11
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
6
-0
/
+414