t895
eb0d351274
frontend_common: Add option to read unsigned integers
2 years ago
Merry
2550b70226
game_list_worker: Explicit caputure of 'this'
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
FrozenAra
09d7bec6e1
Implemented qlaunch version of the controller applet
2 years ago
Liam
4699324651
qt: fix linux build
2 years ago
Narr the Reg
174c52d27b
service: hid: Split hid.cpp into individual interfaces
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
german77
c2846bb7d4
yuzu: Keep homebrew on the recently played list
2 years ago
Narr the Reg
e19c9281db
yuzu: Make mute audio persistent
2 years ago
Narr the Reg
50474720f2
yuzu: Save mute when in background setting
2 years ago
Franco M
b703234f22
Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);
2 years ago
Franco M
823183f817
Minor changes
2 years ago
Franco M
61263a23dd
Final change, i think
2 years ago
lat9nq
164e0b571a
CMakeLists: Add option to call lupdate directly
qt_create_translation silently fails to run at all on my system. Since
there is no error, I was unable to determine a fix. This sidesteps the
convenience function by setting up the rules ourselves.
This is left as an option since this path likely does not work on
Windows.
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
Lucas Reis
5457477743
Allocate resources for test window before getting system info
2 years ago
Franco M
ca8fa2245f
Fixed clang
2 years ago
german77
de308bed13
yuzu: Only store games in the recently played list
2 years ago
german77
65b1508d0d
service: acc: Ensure proper profile size
2 years ago
Franco M
eaf037ba12
modified: src/yuzu/main.cpp
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
14a1a578fb
romfs: fix extraction of single-directory root
2 years ago
Liam
e219f4a771
qt: remove duplicate exit confirmation setting
2 years ago
Termynat0r
776fc2ca20
Fix macOS build
Added missing preprocessor macros for macOS analog to linux and freebsd
2 years ago
FrozenAra
346d5f99ef
Implemented wheel event for volume control in VolumeButton
2 years ago
Liam
9de3363249
qt: fix game list shutdown crash
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
Liam
62e106dbe8
kernel: update KProcess
2 years ago
boludoz
20fdb00168
Reverted dirty code in main.
2 years ago
boludoz
a67a20707e
TODO: Implement shortcut creation for Apple.
2 years ago
boludoz
c7ac598b62
Useless code removed related to admin privileges, if it is not an error we can add it later, that is what git is for.
2 years ago
boludoz
ce26e78628
Deleted admin requisite (maybe it was another mistake).
2 years ago
flodavid
302836f670
yuzu: Improve behavior when clicking on controller box in Controller applet
- Apply changes on Controller configuration of commit d037853 to Controller applet
- Fix regression of this previous commit:
Enabling a controller in its tab did not activate previous controllers
Signed-off-by: flodavid <fl.david.53@gmail.com>
2 years ago
boludoz
26ad7d3975
Final refactorization
2 years ago
boludoz
497d476285
Moved check.
2 years ago
boludoz
39aaa3c121
More @liamwhite suggestions applied.
2 years ago
boludoz
acda957df9
shortcut_stream.close(); fixed
2 years ago
boludoz
2b1ebe24d8
Comment using fmt instead qt.
2 years ago
boludoz
be76db693a
.clear() instead = ""; and switch improved.
2 years ago
boludoz
f7e95e4bad
More missed suggestions
2 years ago
boludoz
c3abbb6ed7
Sugestions and fixes.
2 years ago
boludoz
9126e8abd1
Some improvements (suggestions)
2 years ago
boludoz
a71d026df6
Less code, simpler, better.
2 years ago
boludoz
9a32963e1e
Typing and formatting errors fixed.
2 years ago
boludoz
ec4766d6e6
Unnecessary feature removed
2 years ago
boludoz
3c88da66a3
Fixes and improvements
2 years ago