Age | Commit message (Expand) | Author |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi |
2024-02-16 | config: Reset per-game profile name on load if empty | t895 |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam |
2024-01-27 | Move time services to new IPC. | Kelebek1 |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi |
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg |
2024-01-15 | Fix more typos | Viktor Szépe |
2024-01-08 | Save profile name used | flodavid |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 |
2023-12-30 | yuzu_cmd: Report more SDL errors | Nikita Strygin |
2023-11-25 | cmake: move gamemode target include into its file | flodavid |
2023-11-25 | yuzu: create linux group in general settings | flodavid |
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg |
2023-11-21 | general: Remove inih | t895 |
2023-11-21 | config: Unify config handling under frontend_common | t895 |
2023-09-13 | cmd/yuzu: Remove uncaught usage of stoi | lat9nq |
2023-09-13 | cmd/config: Remove uncaught usage of stoul | lat9nq |
2023-09-10 | am: Implement UserChannel parameters | FearlessTobi |
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin |
2023-07-21 | configure_system: Implement with for loop | lat9nq |
2023-07-21 | settings: Recategorize a bit | lat9nq |
2023-07-21 | settings: Add a registry of settings | lat9nq |
2023-07-21 | settings,video_core: Consolidate ASTC decoding options | lat9nq |
2023-07-02 | core_timing: Remove GetCurrentTimerResolution in CoreTiming loop | Morph |
2023-06-12 | input_common: Redesign mouse panning | Baptiste Marie |
2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei |
2023-06-03 | android: Frontend: Fix rendering aspect ratio & add a setting for it. | bunnei |
2023-05-25 | Don't exit when using "-u" option in yuzu-cmd | Ariel Cabello |
2023-05-25 | Add short "-u" option for yuzu_cmd. | Ariel Cabello |
2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam |
2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 |
2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow |
2023-05-06 | Merge pull request #10125 from lat9nq/vsync-select | bunnei |
2023-05-06 | Merge pull request #10162 from lat9nq/sdl-remove-old | liamwhite |
2023-05-05 | yuzu-sdl,audio_core: Remove antiquated warning ignore | lat9nq |
2023-05-03 | settings: remove pessimistic flushing | Liam |
2023-05-03 | Merge pull request #10124 from liamwhite/pebkac | Morph |
2023-05-02 | default_ini: Update V-Sync description | lat9nq |
2023-05-02 | configuration: Expose separate swap present modes | lat9nq |
2023-05-01 | vk_present_manager: Add toggle for async presentation | GPUCode |
2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam |
2023-04-08 | kernel: switch extended memory setting to 8GB arrangement | Liam |
2023-03-05 | main: (Windows) Set the current timer resolution to the maximum | Morph |
2023-02-22 | configuration: Add async ASTC decode setting | ameerj |
2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg |
2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam |
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg |
2023-02-06 | Update yuzu_cmd's default_ini.h | Matías Locatti |
2023-02-04 | Merge pull request #9730 from german77/cmd_arg | liamwhite |