Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-03-04 | "Merge Tagged PR 13018" | yuzubot | |
2024-02-24 | settings: enable error applet | Liam | |
2024-02-23 | Merge pull request #13073 from FearlessTobi/fsp-srv-ipc | liamwhite | |
fsp: Migrate remaining interfaces to cmif serialization | |||
2024-02-22 | Merge pull request #13121 from german77/clean-shortcut | liamwhite | |
yuzu: Fix shortcut error message | |||
2024-02-22 | yuzu: Fix shortcut error message | Narr the Reg | |
2024-02-22 | Merge pull request #13001 from liamwhite/scaled-availability | Narr the Reg | |
vulkan_device: don't use fixed cap for memory limits | |||
2024-02-19 | Import keys from filesystem. (#13056) | Andrew Pilley | |
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list. * <.< spelling. * Update based on feedback on #13047 and this PR * Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches. * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Remove translation of literal filename/filter format. * clang-format. --------- Co-authored-by: Tobias <thm.frey@gmail.com> | |||
2024-02-19 | fs: Add and use fs_save_data_types.h | FearlessTobi | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-18 | vulkan_device: don't use fixed cap for memory limits | Liam | |
2024-02-17 | Merge pull request #13047 from anpilley/import-firmware | liamwhite | |
Import firmware from folder of loose NCA files | |||
2024-02-18 | Add check for corrupted firmware files after install. | Andrew Pilley | |
2024-02-18 | >.> spelling | Andrew Pilley | |
2024-02-18 | cleanup by clang-format. | Andrew Pilley | |
2024-02-18 | Improve behavior when one or more firmware files can't be deleted. | Andrew Pilley | |
2024-02-17 | Implement In-app firmware installation. | Andrew Pilley | |
2024-02-16 | config: Reset per-game profile name on load if empty | t895 | |
2024-02-14 | Merge pull request #12993 from liamwhite/am-rewrite-part1 | Narr the Reg | |
am: rewrite part 1 | |||
2024-02-13 | Merge pull request #12989 from german77/hotcake | liamwhite | |
yuzu: Allow non npad hotkeys and disable controller navigation requirement | |||
2024-02-13 | Merge pull request #12941 from FearlessTobi/setting-tooltips | liamwhite | |
shared_translation: Add tooltips for yuzu settings | |||
2024-02-11 | am: rewrite appletAE, appletOE | Liam | |
2024-02-11 | Merge pull request #12756 from liamwhite/applet-multiprocess-hwc | Narr the Reg | |
general: applet multiprocess | |||
2024-02-11 | yuzu: Allow non npad hotkeys and disable controller navigation requirement | german77 | |
2024-02-09 | Fix 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-09 | general: add default configurations for applet mode | Liam | |
2024-02-08 | shared_translation: Add tooltips for general settings | FearlessTobi | |
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-06 | shared_translation: Add tooltips for advanced graphics and system settings | FearlessTobi | |
2024-02-06 | shared_translation: Add tooltips for core and graphics settings | FearlessTobi | |
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-02-03 | Merge pull request #12852 from Calinou/multiplayer-color-player-counts | liamwhite | |
Color player counts in the multiplayer public lobby list | |||
2024-02-03 | Merge pull request #12851 from Calinou/multiplayer-persist-filters | liamwhite | |
Persist filters in multiplayer public lobby list | |||
2024-02-03 | Merge pull request #12850 from Calinou/multiplayer-add-hotkeys | liamwhite | |
Add hotkeys for multiplayer actions | |||
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-30 | Persist filters in multiplayer public lobby list | Hugo 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-30 | Color player counts in the multiplayer public lobby list | Hugo 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-29 | core: support offline web applet | Liam | |
2024-01-29 | am: migrate global state to per-applet state structure | Liam | |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam | |
2024-01-30 | Add hotkeys for multiplayer actions | Hugo 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-29 | am: re-namespace frontend applets to frontend directory | Liam | |
2024-01-29 | service: split am into components | Liam | |
2024-01-29 | Merge pull request #12814 from Kelebek1/time_new_ipc | liamwhite | |
Move time services to new IPC and add debug printing | |||
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 |