Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2023-11-04 | core: hid: Signal color updates | Narr the Reg | |
2023-06-12 | input_common: Redesign mouse panning | Baptiste Marie | |
2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 | |
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2022-11-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle Kienapfel | |
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error | |||
2022-07-23 | yuzu: Hook qt camera to camera driver | german77 | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
2022-01-23 | yuzu: Add setting to disable controller navigation | german77 | |
2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
2021-11-24 | core/hid: Improve accuary of mouse implementation | german77 | |
2021-11-24 | core/hid: Fully implement native mouse | german77 | |
2021-09-18 | Hide XInput bypass on non-Windows OSes | Valeri | |
Follow-up to #6950. This option is a no-op on other OSes and only serves to spread confusion there. | |||
2021-09-10 | input_common: Enable steam controllers and 8 player support | german77 | |
2021-06-28 | general: Make most settings a BasicSetting | lat9nq | |
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting. | |||
2021-04-14 | common: Move settings to common from core. | bunnei | |
- Removes a dependency on core and input_common from common. | |||
2021-02-07 | Add mouse panning | german | |
2020-12-07 | Disable analog joystick from buttons by default | german | |
2020-11-15 | general: Fix compiler warnings on linux and miscellaneous changes | Morph | |
2020-11-15 | settings: Preparation for per-game input settings | Morph | |
2020-11-15 | ui/themes: Cleanup UI | Morph | |
2020-08-30 | Address second batch of reviews | FearlessTobi | |
2020-08-29 | Address review comments and fix code compilation | FearlessTobi | |
2020-08-26 | Address feedback | Morph | |
2020-08-26 | Project Mjölnir: Part 1 | Morph | |
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> |