index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
configuration
/
configure_motion_touch.cpp
Age
Commit message (
Expand
)
Author
2022-05-29
motion touch ui: move remaining connection out of .ui file
Kyle K
2022-03-20
yuzu: Reduce unused includes
ameerj
2022-02-01
configure_motion_touch: Use functor versions of invokeMethod
Lioncash
2021-11-24
config: Cleanup and documentation
german77
2021-11-24
yuzu: Update frontend
german77
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2021-03-30
Use a single connection for UDP server, make connection test longer and check...
german77
2021-03-01
inputCommon: Use an unique client id for each socket instance
german
2021-01-15
Allow all touch inputs at the same time and remove config options that are no...
german
2021-01-14
yuzu: Remove unused variables in Qt code
Lioncash
2021-01-14
Merge pull request #5343 from lioncash/qt6
Morph
2021-01-13
configure_motion_touch: Prevent use after move in ApplyConfiguration()
Lioncash
2021-01-13
configure_motion_touch: Migrate off QRegExp to QRegularExpression
Lioncash
2021-01-13
Fix IP validator error where the last octet produced an error if the value wa...
german
2021-01-09
general: Resolve C4062 warnings on MSVC
Morph
2020-12-06
configure_motion_touch: Fix unescaped backslash in regex
comex
2020-11-25
Add multiple udp server support
german
2020-10-15
input_common/CMakeLists: Make some warnings errors
Lioncash
2020-08-30
Address second batch of reviews
FearlessTobi
2020-08-29
Address review comments and fix code compilation
FearlessTobi
2020-08-29
yuzu: Add motion and touch configuration
FearlessTobi