| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | Fix orientation errors and improve drift correction | 2020-08-27 | 2 | -14/+31 | ||
| | * | | | | | | | | | | | | | | Address comments | 2020-08-27 | 2 | -85/+65 | ||
| | * | | | | | | | | | | | | | | Implement a basic class for motion devices | 2020-08-27 | 4 | -0/+279 | ||
| * | | | | | | | | | | | | | | | Merge pull request #4382 from FearlessTobi/port-udp-config | 2020-09-01 | 22 | -13/+1959 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Address second batch of reviews | 2020-08-30 | 9 | -30/+27 | ||
| | * | | | | | | | | | | | | | | | Reolve reorder warning | 2020-08-29 | 2 | -3/+3 | ||
| | * | | | | | | | | | | | | | | | Address review comments and fix code compilation | 2020-08-29 | 13 | -155/+218 | ||
| | * | | | | | | | | | | | | | | | yuzu: Add motion and touch configuration | 2020-08-29 | 18 | -3/+1889 | ||
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4588 from ReinUsesLisp/tsan-event | 2020-08-31 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | common/thread: Fix data race in is_set | 2020-08-26 | 1 | -4/+5 | ||
| | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4589 from ReinUsesLisp/tsan-host | 2020-08-31 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadID | 2020-08-26 | 1 | -1/+2 | ||
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4461 from comex/thread-names | 2020-08-31 | 2 | -1/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes. | 2020-08-05 | 2 | -1/+13 | ||
| * | | | | | | | | | | | | | | | | vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state | 2020-08-30 | 1 | -6/+9 | ||
| | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4601 from lioncash/const3 | 2020-08-29 | 1 | -52/+62 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | sdl_impl: Reduce allocations in GetButtonMappingForDevice() | 2020-08-28 | 1 | -31/+37 | ||
| | * | | | | | | | | | | | | | | | sdl_impl: Make use of std::move on std::string where applicable | 2020-08-28 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | | | | | sdl_impl: Make use of insert_or_assign() where applicable | 2020-08-28 | 1 | -14/+18 | ||
| | * | | | | | | | | | | | | | | | sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau... | 2020-08-28 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | | sdl_impl: Simplify make_tuple call | 2020-08-28 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | | | sdl_impl: Mark FromEvent() as a const member function | 2020-08-28 | 1 | -2/+2 | ||
| | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #4605 from lioncash/copy3 | 2020-08-29 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | bootmanager: Prevent unnecessary copies in TouchUpdateEvent() | 2020-08-29 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #4604 from lioncash/lifetime | 2020-08-29 | 4 | -7/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | yuzu/main: Amend lifetime issues with InputSubsystem | 2020-08-29 | 4 | -7/+8 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / | yuzu/configuration: Fix index out of bounds for default_analogs | 2020-08-29 | 3 | -12/+13 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4600 from lioncash/prototype | 2020-08-28 | 3 | -8/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | input_common/main: Remove unnecessary headers | 2020-08-28 | 3 | -5/+11 | ||
| | * | | | | | | | | | | | | | input_common/main: Remove unimplemented prototype | 2020-08-28 | 1 | -3/+0 | ||
| * | | | | | | | | | | | | | | vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state | 2020-08-28 | 1 | -1/+6 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4544 from lioncash/input-sub | 2020-08-28 | 25 | -242/+396 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | input_common: Eliminate most global state | 2020-08-27 | 25 | -242/+396 | ||
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #4586 from yuzu-emu/tsan-cpu-interrupt | 2020-08-28 | 2 | -5/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | cpu_interrupt_handler: Misc style changes | 2020-08-26 | 2 | -5/+3 | ||
| | * | | | | | | | | | | | | cpu_interrupt_handler: Make is_interrupted an atomic | 2020-08-26 | 2 | -2/+3 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4530 from Morph1984/mjolnir-p1 | 2020-08-27 | 44 | -3191/+8385 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | input_common/main: Add "/Mouse" to the display name | 2020-08-26 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | configure_input_player: Fix modifier scale button mapping | 2020-08-26 | 2 | -20/+19 | ||
| | * | | | | | | | | | | | | configuration/input: Add support for mouse button clicks | 2020-08-26 | 5 | -11/+82 | ||
| | * | | | | | | | | | | | | controllers/npad: Fix inconsistencies with controller connection statuses | 2020-08-26 | 1 | -1/+7 | ||
| | * | | | | | | | | | | | | controllers/npad: Fix LibNX controller connection statuses | 2020-08-26 | 1 | -1/+9 | ||
| | * | | | | | | | | | | | | controllers/npad: Fix LedPattern for P1-4 | 2020-08-26 | 1 | -3/+3 | ||
| | * | | | | | | | | | | | | input_common: Fix directional deadzone values | 2020-08-26 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | Address feedback | 2020-08-26 | 13 | -96/+77 | ||
| | * | | | | | | | | | | | | Project Mjölnir: Part 1 | 2020-08-26 | 43 | -3177/+8306 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #4577 from lioncash/asserts | 2020-08-27 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common/assert: Make use of C++ attribute syntax | 2020-08-24 | 1 | -3/+4 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4524 from lioncash/memory-log | 2020-08-27 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message | 2020-08-14 | 1 | -1/+2 | ||