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
/
input_common
/
motion_emu.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
input_common/CMakeLists: Make some warnings errors
Lioncash
1
-20
/
+21
2020-09-05
Remove RealMotionDevice
german
1
-4
/
+13
2020-06-21
Cleanup after linter
Ameer
1
-3
/
+2
2020-06-21
GC Adapter Implementation
Ameer
1
-2
/
+3
2020-06-19
input_common/motion_emu: Remove redundant move
MerryMage
1
-1
/
+1
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
1
-5
/
+5
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
1
-2
/
+2
2019-02-27
common/vector_math: Move Vec[x] types into the Common namespace
Lioncash
1
-11
/
+11
2019-02-27
common/quaternion: Move Quaternion into the Common namespace
Lioncash
1
-4
/
+4
2018-08-03
input_common: Add missing override specifiers
Lioncash
1
-1
/
+1
2018-04-20
math_util: Remove the Clamp() function
Lioncash
1
-2
/
+3
2017-08-22
motion_emu: fix initialization order
wwylele
1
-1
/
+4
2017-08-19
motion_emu: no need to include thread in header
wwylele
1
-0
/
+6
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
1
-0
/
+159