Narr the Reg
1e8554b01f
Merge pull request #12993 from liamwhite/am-rewrite-part1
...
am: rewrite part 1
2024-02-14 11:02:38 -06:00
liamwhite
3511d5552a
Merge pull request #12989 from german77/hotcake
...
yuzu: Allow non npad hotkeys and disable controller navigation requirement
2024-02-13 08:17:50 -05:00
liamwhite
85fd2bcb82
Merge pull request #12941 from FearlessTobi/setting-tooltips
...
shared_translation: Add tooltips for yuzu settings
2024-02-13 08:17:32 -05:00
Liam
b2e140b032
am: rewrite appletAE, appletOE
2024-02-11 21:59:33 -05:00
Narr the Reg
2ff45cd0da
Merge pull request #12756 from liamwhite/applet-multiprocess-hwc
...
general: applet multiprocess
2024-02-11 20:58:28 -06:00
german77
26e028808a
yuzu: Allow non npad hotkeys and disable controller navigation requirement
2024-02-11 16:29:31 -06:00
Kevnkkm
fe6934593f
Fix multiplayer player count color in dark themes | Temp fix until #12744 : 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 18:45:11 -06:00
Liam
fa12384350
general: add default configurations for applet mode
2024-02-09 09:20:53 -05:00
FearlessTobi
7cfb51e5e7
shared_translation: Add tooltips for general settings
2024-02-08 18:13:22 +01:00
liamwhite
159dec01ee
Merge pull request #12932 from german77/any-key-is-good
...
yuzu: Make controller keys easier to assign
2024-02-07 15:33:39 -05:00
liamwhite
6319bafafa
Merge pull request #12912 from FearlessTobi/ports-feb-24
...
Port some small changes from Citra (web_backend and translations)
2024-02-07 15:33:28 -05:00
german77
12f86f89fc
yuzu: Make controller keys easier to assign
2024-02-06 16:51:39 -06:00
FearlessTobi
2c357c929c
shared_translation: Add tooltips for advanced graphics and system settings
2024-02-06 16:42:57 +01:00
FearlessTobi
482e203d5c
shared_translation: Add tooltips for core and graphics settings
2024-02-06 16:29:13 +01:00
german77
96d881f087
yuzu: Fully hide linux tab
2024-02-05 11:58:20 -06:00
Tobias
185125e4e4
citra_qt/configure_ui: Show country of language in the combobox
...
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-04 17:06:44 +01:00
liamwhite
a3c8bb251d
Merge pull request #12852 from Calinou/multiplayer-color-player-counts
...
Color player counts in the multiplayer public lobby list
2024-02-03 11:10:00 -05:00
liamwhite
327533be1f
Merge pull request #12851 from Calinou/multiplayer-persist-filters
...
Persist filters in multiplayer public lobby list
2024-02-03 11:09:51 -05:00
liamwhite
61ea2115c7
Merge pull request #12850 from Calinou/multiplayer-add-hotkeys
...
Add hotkeys for multiplayer actions
2024-02-03 11:09:41 -05:00
Narr the Reg
7cc7d027f7
Merge pull request #12760 from liamwhite/mp-am
...
am: rewrite for multiprocess support
2024-01-31 10:25:28 -06:00
t895
e8be665f11
settings: Allow audio sink, input, and output to be set per game
2024-01-31 09:31:19 -05:00
Hugo Locurcio
442aad9b27
Persist filters in multiplayer public lobby list
...
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 17:40:29 +01:00
Hugo Locurcio
8e0f97ac96
Color player counts in the multiplayer public lobby list
...
- 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-30 17:38:21 +01:00
Liam
68303ed601
core: support offline web applet
2024-01-29 20:17:33 -05:00
Liam
182137a9a4
am: migrate global state to per-applet state structure
2024-01-29 20:17:33 -05:00
Liam
3155f4e96d
am: retrieve main applet creation info from frontend
2024-01-29 20:17:09 -05:00
Hugo Locurcio
345d691328
Add hotkeys for multiplayer actions
...
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-30 01:32:14 +01:00
Liam
dfb9fa0144
am: re-namespace frontend applets to frontend directory
2024-01-29 18:43:45 -05:00
Liam
7de6b41030
service: split am into components
2024-01-29 18:43:45 -05:00
liamwhite
90cb852908
Merge pull request #12814 from Kelebek1/time_new_ipc
...
Move time services to new IPC and add debug printing
2024-01-29 09:08:46 -05:00
liamwhite
6a2532fe17
Merge pull request #12555 from flodavid/fix-gamemode-setting
...
Save gamemode configuration and add per-game config
2024-01-28 15:02:34 -05:00
liamwhite
e687ca8735
Merge pull request #12833 from merryhime/vsync-crash
...
configure_graphics: Avoid crash when vsync_mode_combobox is empty
2024-01-28 15:02:15 -05:00
Merry
0bf46cb1ee
configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs when renderer backend is Null)
2024-01-28 19:14:38 +00:00
Kelebek1
da410506a4
Move time services to new IPC.
...
Add some fixes/improvements to usage with the new IPC
2024-01-27 03:30:09 +00:00
FearlessTobi
54372fdff5
result: Make fully constexpr, add ON_RESULT_INCLUDED
2024-01-25 16:42:06 -05:00
FearlessTobi
cc09c265e1
fs: Replace Mode enum by OpenMode enum
2024-01-25 16:42:05 -05:00
FearlessTobi
0f9288e38d
vfs: Move vfs files to their own directory
2024-01-25 16:40:42 -05:00
liamwhite
3e2d3548f2
Merge pull request #12777 from t895/firmware-warning
...
android: Add key warning
2024-01-25 16:21:29 -05:00
liamwhite
d45561ace0
Merge pull request #12499 from Kelebek1/time
...
Rework time services
2024-01-25 14:19:01 -05:00
t895
97ca160b08
frontend_common: Consistently use references
...
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 12:53:49 -05:00
t895
1a3fc3724a
frontend_common: Remove key rederivation and keep key check
2024-01-25 12:53:48 -05:00
Kelebek1
e4915fb7d2
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
t895
c725f3c86c
frontend_common: Move integrity verification to content_manager
2024-01-21 16:36:37 -05:00
liamwhite
2faa631676
Merge pull request #12715 from t895/remove-addons
...
android: Add uninstall addon button
2024-01-20 13:35:03 -05:00
liamwhite
5838779162
Merge pull request #12660 from german77/better-vibration
...
service: hid: Fully implement abstract vibration
2024-01-20 13:34:54 -05:00
t895
03fa91ba3c
android: Add addon delete button
...
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19 20:54:50 -05:00
t895
ccd3dd842f
frontend_common: Add content manager utility functions
...
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19 17:09:35 -05:00
shinra-electric
5ea8f05ec6
Bump MoltenVK to v1.2.7
2024-01-19 17:28:53 +01:00
Andrew Pilley
dff0a7c52a
Allow -u to accept a username string in addition to index, and suppress the User selector even if settings requires it to be shown for one instance only.
2024-01-17 10:31:00 -08:00
Narr the Reg
46c2435235
Merge pull request #12380 from flodavid/save-profile
...
Save configuration profile name used by players
2024-01-16 21:27:25 -06:00