summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2024-02-24settings: enable error appletLiam
2024-02-18vulkan_device: don't use fixed cap for memory limitsLiam
2024-02-16config: Reset per-game profile name on load if emptyt895
2024-02-14Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg
am: rewrite part 1
2024-02-13Merge pull request #12941 from FearlessTobi/setting-tooltipsliamwhite
shared_translation: Add tooltips for yuzu settings
2024-02-11am: rewrite appletAE, appletOELiam
2024-02-09general: add default configurations for applet modeLiam
2024-02-08shared_translation: Add tooltips for general settingsFearlessTobi
2024-02-07Merge pull request #12932 from german77/any-key-is-goodliamwhite
yuzu: Make controller keys easier to assign
2024-02-07Merge pull request #12912 from FearlessTobi/ports-feb-24liamwhite
Port some small changes from Citra (web_backend and translations)
2024-02-06yuzu: Make controller keys easier to assigngerman77
2024-02-06shared_translation: Add tooltips for advanced graphics and system settingsFearlessTobi
2024-02-06shared_translation: Add tooltips for core and graphics settingsFearlessTobi
2024-02-05yuzu: Fully hide linux tabgerman77
2024-02-04citra_qt/configure_ui: Show country of language in the comboboxTobias
This prevents an issue where we had seperate versions of the same language for different regions and they were not distinguishable (e.g. "Chinese (China)" and "Chinese (Taiwan)"). Also makes it so we do not need to hardcode specific languages anymore.
2024-01-31Merge pull request #12760 from liamwhite/mp-amNarr the Reg
am: rewrite for multiprocess support
2024-01-31settings: Allow audio sink, input, and output to be set per gamet895
2024-01-29am: migrate global state to per-applet state structureLiam
2024-01-29service: split am into componentsLiam
2024-01-28Merge pull request #12555 from flodavid/fix-gamemode-settingliamwhite
Save gamemode configuration and add per-game config
2024-01-28Merge pull request #12833 from merryhime/vsync-crashliamwhite
configure_graphics: Avoid crash when vsync_mode_combobox is empty
2024-01-28configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵Merry
when renderer backend is Null)
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
android: Add uninstall addon button
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-15Merge pull request #12665 from german77/proofliamwhite
service: acc: Only save profiles when profiles have changed
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-08Save profile name usedflodavid
- Save the profile name in global config - Read the profile name when reading the global config
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-04Merge pull request #12437 from ameerj/gl-amd-fixesliamwhite
OpenGL: Fixes and workaround updates for AMD
2024-01-02yuzu: Add per-game linux gamemode configurationflodavid
2023-12-30frontend_common: config: Refactor WriteSetting to stricter typest895
Previously this could cause problems if a version of the template generated for WriteSetting didn't use the type you needed (e.g. floating point values). Now these are all ready without having to be used within frontend_common first.
2023-12-21Settings: Indicate AMD's compatibility with SPIR-V on OGLAmeer J
2023-12-21qt: settings: Fix per-game vsync comboboxt895
2023-12-19yuzu: Read/Save category PathsNarr the Reg
2023-12-18yuzu: Make language persistent and remove symbols_pathNarr the Reg
2023-12-12configure_debug: Fix small typoFearlessTobi
2023-12-10core: Use single instance of profile managergerman77
2023-12-04frontend_common: Use optional for language defaultt895
2023-11-30Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite
Implement Native Code Execution (NCE)
2023-11-29Merge pull request #11946 from flodavid/gamemodeliamwhite
Enable (Feral Interactive) Gamemode on Linux