summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2024-02-14Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg
am: rewrite part 1
2024-02-13Merge pull request #12989 from german77/hotcakeliamwhite
yuzu: Allow non npad hotkeys and disable controller navigation requirement
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-11Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg
general: applet multiprocess
2024-02-11yuzu: Allow non npad hotkeys and disable controller navigation requirementgerman77
2024-02-09Fix multiplayer player count color in dark themes | Temp fix until #12744: ↵Kevnkkm
Add green color for counts > 0 and < max_players - 1 (#12930) * fix intended player count color in dark themes * Refactor * Change to green color for white and dark themes * Add const to the colors and extra name for green color
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-02-03Merge pull request #12852 from Calinou/multiplayer-color-player-countsliamwhite
Color player counts in the multiplayer public lobby list
2024-02-03Merge pull request #12851 from Calinou/multiplayer-persist-filtersliamwhite
Persist filters in multiplayer public lobby list
2024-02-03Merge pull request #12850 from Calinou/multiplayer-add-hotkeysliamwhite
Add hotkeys for multiplayer actions
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-30Persist filters in multiplayer public lobby listHugo Locurcio
After connecting to a room, the chosen filter text, "Games I Own", "Hide Empty Rooms" and "Hide Full Rooms" values are persisted to configuration so they are preserved across restarts. This makes it easier to rejoin a room if you regularly play the same game, or after a crash.
2024-01-30Color player counts in the multiplayer public lobby listHugo Locurcio
- Full lobbies have their player count displayed in red. - Lobbies with one slot left have their player count displayed in orange. - Empty lobbies have their player count grayed out.
2024-01-29core: support offline web appletLiam
2024-01-29am: migrate global state to per-applet state structureLiam
2024-01-29am: retrieve main applet creation info from frontendLiam
2024-01-30Add hotkeys for multiplayer actionsHugo Locurcio
Default shortcuts were chosen as to be intuitive (use the first letter of the action, or the second word's first letter) and work on all types of keyboards. The hotkeys can be used while playing a game too, as they are application-wide.
2024-01-29am: re-namespace frontend applets to frontend directoryLiam
2024-01-29service: split am into componentsLiam
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
Move time services to new IPC and add debug printing
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-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25Merge pull request #12777 from t895/firmware-warningliamwhite
android: Add key warning
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
Rework time services
2024-01-25frontend_common: Consistently use referencest895
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
2024-01-25frontend_common: Remove key rederivation and keep key checkt895
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-21frontend_common: Move integrity verification to content_managert895
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-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19Bump MoltenVK to v1.2.7shinra-electric
2024-01-17Allow -u to accept a username string in addition to index, and suppress the ↵Andrew Pilley
User selector even if settings requires it to be shown for one instance only.
2024-01-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players