Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | Merge pull request #12932 from german77/any-key-is-good | liamwhite | |
yuzu: Make controller keys easier to assign | |||
2024-02-07 | Merge pull request #12912 from FearlessTobi/ports-feb-24 | liamwhite | |
Port some small changes from Citra (web_backend and translations) | |||
2024-02-06 | yuzu: Make controller keys easier to assign | german77 | |
2024-02-05 | yuzu: Fully hide linux tab | german77 | |
2024-02-04 | citra_qt/configure_ui: Show country of language in the combobox | Tobias | |
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-31 | Merge pull request #12760 from liamwhite/mp-am | Narr the Reg | |
am: rewrite for multiprocess support | |||
2024-01-31 | settings: Allow audio sink, input, and output to be set per game | t895 | |
2024-01-29 | am: migrate global state to per-applet state structure | Liam | |
2024-01-29 | service: split am into components | Liam | |
2024-01-28 | Merge pull request #12555 from flodavid/fix-gamemode-setting | liamwhite | |
Save gamemode configuration and add per-game config | |||
2024-01-28 | Merge pull request #12833 from merryhime/vsync-crash | liamwhite | |
configure_graphics: Avoid crash when vsync_mode_combobox is empty | |||
2024-01-28 | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵ | Merry | |
when renderer backend is Null) | |||
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 | |
2024-01-20 | Merge pull request #12715 from t895/remove-addons | liamwhite | |
android: Add uninstall addon button | |||
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-19 | android: Add addon delete button | t895 | |
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-15 | service: hid: Fully implement abstract vibration | Narr the Reg | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | Merge pull request #12665 from german77/proof | liamwhite | |
service: acc: Only save profiles when profiles have changed | |||
2024-01-13 | service: acc: Only save profiles when profiles have changed | german77 | |
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-08 | Save profile name used | flodavid | |
- Save the profile name in global config - Read the profile name when reading the global config | |||
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2024-01-04 | Merge pull request #12437 from ameerj/gl-amd-fixes | liamwhite | |
OpenGL: Fixes and workaround updates for AMD | |||
2024-01-02 | yuzu: Add per-game linux gamemode configuration | flodavid | |
2023-12-30 | frontend_common: config: Refactor WriteSetting to stricter types | t895 | |
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-21 | Settings: Indicate AMD's compatibility with SPIR-V on OGL | Ameer J | |
2023-12-21 | qt: settings: Fix per-game vsync combobox | t895 | |
2023-12-19 | yuzu: Read/Save category Paths | Narr the Reg | |
2023-12-18 | yuzu: Make language persistent and remove symbols_path | Narr the Reg | |
2023-12-12 | configure_debug: Fix small typo | FearlessTobi | |
2023-12-10 | core: Use single instance of profile manager | german77 | |
2023-12-04 | frontend_common: Use optional for language default | t895 | |
2023-11-30 | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | |
Implement Native Code Execution (NCE) | |||
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg | |
2023-11-24 | Merge pull request #11889 from t895/ini-lib | Charles Lombardo | |
configuration: Unify config handling across frontends | |||
2023-11-21 | frontend_common: Add option to read unsigned integers | t895 | |
2023-11-21 | shared_widget: Explicit capture of 'this' | Merry | |
2023-11-21 | Merge pull request #11984 from lat9nq/lupdate | liamwhite | |
shared_translation: Call tr more directly | |||
2023-11-21 | config: Unify config handling under frontend_common | t895 | |
Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable. | |||
2023-11-16 | Merge pull request #12007 from german77/moar_buttons | liamwhite | |
core: hid: Split SL and SR buttons | |||
2023-11-13 | Merge pull request #11990 from german77/audio | liamwhite | |
yuzu: Save mute when in background setting |