summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #7807 from german77/moar-buttonsGravatar bunnei2022-02-011-0/+2
|\
| * input_common: Add home and hard touch press buttons to UDP controllersGravatar german772022-01-301-0/+2
* | Merge pull request #7809 from Morph1984/clock-constantsGravatar bunnei2022-02-013-11/+19
|\ \
| * | common: wall_clock: Check precision against the emulated CPU and CNTFRQGravatar Morph2022-01-302-8/+12
| * | common: wall_clock: Utilize constants for ms, us, and ns ratiosGravatar Morph2022-01-303-5/+9
| |/
* / common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash2022-02-011-3/+2
|/
* Merge pull request #7791 from german77/wall_clockGravatar Morph2022-01-281-1/+3
|\
| * wall_clock: use standard wall clock if rtsc frequency is too lowGravatar german772022-01-271-1/+3
* | common/xbyak_api: Make BuildRegSet() constexprGravatar Lioncash2022-01-261-8/+8
* | yuzu: Add setting to disable controller navigationGravatar german772022-01-231-0/+1
|/
* Merge pull request #7695 from Morph1984/is-pow2Gravatar bunnei2022-01-201-0/+6
|\
| * common: bit_util: Add IsPow2 helper functionGravatar Morph2022-01-111-0/+6
* | Merge pull request #7725 from german77/mouse_in_motionGravatar bunnei2022-01-181-0/+7
|\ \
| * | input_common: Reintroduce motion from mouse and use button namesGravatar german772022-01-161-0/+7
| |/
* / common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber.Gravatar bunnei2022-01-141-1/+4
|/
* logging/log.h: move enum class formatter to a separate file ...Gravatar liushuyu2022-01-093-15/+25
* logging/log: use `underlying_type` instead of hardcoding typesGravatar liushuyu2022-01-081-2/+4
* logging: adapt to changes in fmt 8.1Gravatar liushuyu2022-01-081-1/+14
* ShaderDecompiler: Add a debug option to dump the game's shaders.Gravatar Fernando Sahmkow2022-01-041-0/+1
* Allow overriding SCM version infoGravatar Andrew Udvare2021-12-201-0/+5
* Merge pull request #7558 from Morph1984/unused-cpu-family-modelGravatar Mai M2021-12-141-12/+0
|\
| * common/cpu_detect: Remove CPU family and modelGravatar Morph2021-12-131-12/+0
* | common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-131-2/+2
* | common/input: Remove unnecessary returnsGravatar Lioncash2021-12-131-6/+2
* | input_engine: Pass LedStatus by const referenceGravatar Lioncash2021-12-131-1/+1
* | input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-131-4/+2
|/
* Merge pull request #7525 from german77/notifaGravatar bunnei2021-12-072-0/+2
|\
| * service/notif: Add notif:a and stub ListAlarmSettings,InitializeGravatar german772021-12-062-0/+2
* | general: Add missing copyright noticesGravatar ameerj2021-12-051-0/+4
|/
* native_clock: Wait for less time in EstimateRDTSCFrequencyGravatar Morph2021-12-031-18/+18
* general: Replace high_resolution_clock with steady_clockGravatar Morph2021-12-021-3/+3
* settings: Add debug setting to enable all controllersGravatar german772021-11-272-0/+6
* config: Remove vibration configurationGravatar german772021-11-261-2/+0
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-262-0/+15
* input_common: Move button names to the frontendGravatar german772021-11-241-0/+22
* core/hid: Fully implement native mouseGravatar german772021-11-242-5/+11
* input_common: Allow keyboard to be backwards compatibleGravatar german772021-11-241-2/+0
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-241-12/+23
* config: Cleanup and documentationGravatar german772021-11-242-6/+31
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-241-0/+4
* core/hid: Fully emulate motion from buttonGravatar german772021-11-241-0/+5
* second commit lion reviewGravatar german772021-11-241-1/+1
* settings: Fix Debug controller type optionsGravatar german772021-11-241-2/+2
* kraken: Address comments from reviewGravatar german772021-11-242-3/+2
* core/hid: Add TAS inputGravatar german772021-11-241-1/+0
* input_common: Add manual update options to input devicesGravatar german772021-11-241-0/+10
* core/hid: Fix rumble too strong at 1%Gravatar german772021-11-241-0/+7
* core/hid: Only signal when neededGravatar german772021-11-241-0/+1
* core/hid: Add output devicesGravatar german772021-11-241-0/+39
* settings: Cleanup settingsGravatar german772021-11-242-4/+12