| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-17 | Merge pull request #7570 from ameerj/favorites-expanded | bunnei | |
| game_list: Add persistent setting for the favorites row expanded state | |||
| 2021-12-15 | Merge pull request #7532 from goldenx86/patch-3 | bunnei | |
| Update video core popup | |||
| 2021-12-16 | Suggestions from CrusadingNinja | Matías Locatti | |
| 2021-12-16 | Changed link | Matías Locatti | |
| 2021-12-14 | yuzu/main: Fix host memory byte units. GB to GiB | Wunkolo | |
| I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB` of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In gi**ga**bytes I would have `134.9`. Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB` user-literals that I added a while ago(#6519). https://www.wolframalpha.com/input/?i=134850146304+bytes | |||
| 2021-12-13 | qt_software_keyboard: Fix out of bounds array access | Morph | |
| We were unconditionally accessing the keyboard_buttons array, even if the bottom_osk_index was for the numberpad, leading to an out of bounds array access. Fix this by accessing the proper array for the current button when the index is for the numberpad. | |||
| 2021-12-12 | game_list: Add persistent setting for the favorites row expanded state | ameerj | |
| Previously, the favorites row was always expanded on launch. This change introduces a persistent setting that allows the favorites row's expanded state to be remembered between launches. | |||
| 2021-12-08 | profiler: Use QWheelEvent position().toPoint() | Morph | |
| QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead. | |||
| 2021-12-07 | Merge pull request #7506 from heinermann/focus_crash | Mai M | |
| Fixed #7502 | |||
| 2021-12-06 | main: Update video core popup | Matías Locatti | |
| Old version had formatting issues, and I want to provide an answer to the most common reason this pops up in the first place, outdated drivers. | |||
| 2021-12-04 | Fixed #7502 | Adam Heinermann | |
| 2021-12-04 | core/hid: Ensure only valid npad are connected | german77 | |
| 2021-12-03 | Merge pull request #7489 from Morph1984/steady-clock | bunnei | |
| general: Replace high_resolution_clock with steady_clock | |||
| 2021-12-02 | yuzu: Implement basic controller navigation | german77 | |
| 2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | |
| On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock. | |||
| 2021-11-29 | qt_controller: Make use of (Enable/Disable)AllControllerConfiguration | Morph | |
| This also moves the use of DisableConfiguration to the destructor. | |||
| 2021-11-29 | general: Fix handheld typo | Morph | |
| 2021-11-28 | qt_controller: Fix input when the controller applet is ignored | german77 | |
| 2021-11-27 | settings: Add debug setting to enable all controllers | german77 | |
| 2021-11-27 | Merge pull request #7255 from german77/kraken | Fernando S | |
| Project Kraken: Input rewrite | |||
| 2021-11-26 | config: Remove vibration configuration | german77 | |
| 2021-11-26 | applet/controller: Enable configuring mode while the applet is open | german77 | |
| 2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
| 2021-11-25 | Merge pull request #7330 from MightyCreak/simplify-theme-selection | bunnei | |
| Replace "Light" theme by "Default" | |||
| 2021-11-24 | yuzu: Fix TAS from rebase | german77 | |
| 2021-11-24 | input_common: Move button names to the frontend | german77 | |
| 2021-11-24 | bootmanager: Use cross-platform keyboard input | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| Fix compiler bug | |||
| 2021-11-24 | core/hid: Improve accuary of mouse implementation | german77 | |
| 2021-11-24 | core/hid: Fully implement native mouse | german77 | |
| 2021-11-24 | input_common: Allow keyboard to be backwards compatible | german77 | |
| 2021-11-24 | core/hid: Improve accuracy of the keyboard implementation | german77 | |
| 2021-11-24 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | |
| 2021-11-24 | settings: Remove includes of core.h | german77 | |
| 2021-11-24 | service/hid: Remove includes of core.h and settings.h | german77 | |
| 2021-11-24 | UI nits | Levi Behunin | |
| Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad. Change property on Input Device QComboBox from minimumSize to minimumContentsLength. | |||
| 2021-11-24 | settings: Fix controller preview not displaying the correct controller | german77 | |
| 2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
| 2021-11-24 | config: Cleanup and documentation | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | settings: Fix Debug controller type options | german77 | |
| 2021-11-24 | kraken: Address comments from review | german77 | |
| start lion review | |||
| 2021-11-24 | input_common: Revert deleted TAS functions | german77 | |
| 2021-11-24 | core/hid: Add TAS input | german77 | |
| 2021-11-24 | input_common: Fix UDP uuid | german77 | |
| 2021-11-24 | core/hid: Rework battery mappings | german77 | |
| 2021-11-24 | settings: Fix mouse and keyboard mappings | german77 | |
| 2021-11-24 | web_applet: Replace HIDButton with NpadButton | german77 | |
| 2021-11-24 | Morph review first wave | german77 | |
| 2021-11-24 | yuzu: Fix loading input profiles | german77 | |
