Briar
efb94f76d0
qt: Updated some user-facing strings to refer to eden
1 year ago
Liam
e850ec7aa9
settings: enable error applet
2 years ago
Liam
a956f0f4f8
vulkan_device: don't use fixed cap for memory limits
2 years ago
t895
f21569a4eb
config: Reset per-game profile name on load if empty
2 years ago
Liam
0276ae2f95
am: rewrite appletAE, appletOE
2 years ago
Liam
b4b3ddf4b4
general: add default configurations for applet mode
2 years ago
FearlessTobi
d0279b25e0
shared_translation: Add tooltips for general settings
2 years ago
german77
4351f91758
yuzu: Make controller keys easier to assign
2 years ago
FearlessTobi
7ee910de19
shared_translation: Add tooltips for advanced graphics and system settings
2 years ago
FearlessTobi
f1ae959d94
shared_translation: Add tooltips for core and graphics settings
2 years ago
german77
e607ab8a5e
yuzu: Fully hide linux tab
2 years ago
Tobias
9dfd9bb403
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.
2 years ago
t895
6c6d6ece77
settings: Allow audio sink, input, and output to be set per game
2 years ago
Liam
49f10b2e54
am: migrate global state to per-applet state structure
2 years ago
Liam
62369ce46c
service: split am into components
2 years ago
Merry
d225bdd14b
configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs when renderer backend is Null)
2 years ago
FearlessTobi
24f979a4b8
vfs: Move vfs files to their own directory
2 years ago
Kelebek1
52c35521bd
Rework time service to fix time passing offline.
2 years ago
t895
3df0c826a1
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.
2 years ago
Narr the Reg
e2313faec9
service: hid: Fully implement abstract vibration
2 years ago
Viktor Szépe
8f8a15827f
Fix more typos
2 years ago
german77
27d5b89fbd
service: acc: Only save profiles when profiles have changed
2 years ago
german77
194746c558
service: hid: Create abstracted pad structure
2 years ago
flodavid
ec5646a83e
Save profile name used
- Save the profile name in global config
- Read the profile name when reading the global config
2 years ago
Narr the Reg
146975c880
hid_core: Move hid to it's own subproject
2 years ago
flodavid
f1021346b0
yuzu: Add per-game linux gamemode configuration
2 years ago
t895
c90fc6308c
frontend_common: config: Refactor WriteSetting to stricter types
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.
2 years ago
Ameer J
2a295e45c3
Settings: Indicate AMD's compatibility with SPIR-V on OGL
2 years ago
t895
576097c9a1
qt: settings: Fix per-game vsync combobox
2 years ago
Narr the Reg
071ebf9dc4
yuzu: Read/Save category Paths
2 years ago
Narr the Reg
081ce648c4
yuzu: Make language persistent and remove symbols_path
2 years ago
FearlessTobi
0696c97c5f
configure_debug: Fix small typo
2 years ago
german77
c2b2d7a903
core: Use single instance of profile manager
2 years ago
t895
9593c3bce4
frontend_common: Use optional for language default
2 years ago
amazingfate
c95a560bc3
qt: add cpu_backend configuration
2 years ago
flodavid
6bd3056c52
yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions
- Use them in yuzu and yuzu_cmd modules
2 years ago
xcfrg
e21bdc68db
yuzu: integrate gamemode support on linux
3 years ago
t895
eb0d351274
frontend_common: Add option to read unsigned integers
2 years ago
Merry
e780c7ac83
shared_widget: Explicit capture of 'this'
2 years ago
t895
230bd06245
config: Unify config handling under frontend_common
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.
2 years ago
GPUCode
4b853ff5cf
renderer_vulkan: Introduce separate cmd buffer for uploads
3 years ago
german77
6788dffa53
core: hid: Split SL and SR buttons
2 years ago
Narr the Reg
50474720f2
yuzu: Save mute when in background setting
2 years ago
lat9nq
9652986874
shared_translation: Call tr for each string
Qt can't parse tr called within a macro, so we must call it on each
string.
shared_translation: Remove redundant include
2 years ago
german77
65b1508d0d
service: acc: Ensure proper profile size
2 years ago
Narr the Reg
01ba4d64aa
core: hid: Signal color updates
2 years ago
Kelebek1
539b99379d
Convert files to LF eol
2 years ago
Liam
e219f4a771
qt: remove duplicate exit confirmation setting
2 years ago
german77
46858fdb41
yuzu: Fix vibration reseting to 1%
2 years ago
Narr the Reg
baaa94d26f
yuzu: Fix restore shortcuts button
2 years ago