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-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 | |||
2024-01-28 | configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs ↵ | Merry | |
when renderer backend is Null) | |||
2024-01-27 | Move time services to new IPC. | Kelebek1 | |
Add some fixes/improvements to usage with the new IPC | |||
2024-01-25 | result: Make fully constexpr, add ON_RESULT_INCLUDED | FearlessTobi | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
2024-01-25 | Merge pull request #12777 from t895/firmware-warning | liamwhite | |
android: Add key warning | |||
2024-01-25 | Merge pull request #12499 from Kelebek1/time | liamwhite | |
Rework time services | |||
2024-01-25 | frontend_common: Consistently use references | t895 | |
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-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 | |
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
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-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-19 | Bump MoltenVK to v1.2.7 | shinra-electric | |
2024-01-17 | Allow -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-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-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
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-11 | fsp-srv: use program registry for SetCurrentProcess | Liam | |
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-06 | service: set: Rename files | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |