FearlessTobi
4c3f898789
configure_debug: Fix small typo
2 years ago
german77
a22a025c5b
core: Use single instance of profile manager
2 years ago
t895
5d4da07943
frontend_common: Use optional for language default
2 years ago
Liam
45c87c7e6e
core: refactor emulated cpu core activation
2 years ago
Liam
45b6161582
file_sys: handle null romfs
2 years ago
Alexandre Bouvier
d2bb9e9729
cmake: prefer system gamemode library
2 years ago
amazingfate
a76a8fb5fe
qt: add cpu_backend configuration
2 years ago
flodavid
40644d43f7
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
dfa56765d6
yuzu: integrate gamemode support on linux
3 years ago
Narr the Reg
f61cf14646
yuzu: Constrain mouse in render window when emulated
2 years ago
Narr the Reg
2d4e7c8264
yuzu: Display firmware version
2 years ago
t895
d8f380961e
frontend_common: Add option to read unsigned integers
2 years ago
Merry
b088a448cd
game_list_worker: Explicit caputure of 'this'
2 years ago
Merry
c4f6c3b00b
shared_widget: Explicit capture of 'this'
2 years ago
t895
da14c7b8e4
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
cb004d1ba1
Implemented qlaunch version of the controller applet
2 years ago
Liam
20a17607ae
qt: fix linux build
2 years ago
Narr the Reg
c9cd938dfd
service: hid: Split hid.cpp into individual interfaces
2 years ago
GPUCode
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
3 years ago
german77
ae57a99d7d
core: hid: Split SL and SR buttons
2 years ago
german77
0c032d3f2f
yuzu: Keep homebrew on the recently played list
2 years ago
Narr the Reg
9e331f9957
yuzu: Make mute audio persistent
2 years ago
Narr the Reg
9169cbf728
yuzu: Save mute when in background setting
2 years ago
Franco M
c9038af29e
Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);
2 years ago
Franco M
f3053920bf
Minor changes
2 years ago
Franco M
c7b31d24b9
Final change, i think
2 years ago
lat9nq
cb3559539a
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
71cdfa6ad5
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
edce713fc9
Allocate resources for test window before getting system info
2 years ago
Franco M
8d0d0e1c7a
Fixed clang
2 years ago
german77
507f360a81
yuzu: Only store games in the recently played list
2 years ago
german77
5323d9f6b3
service: acc: Ensure proper profile size
2 years ago
Franco M
4b8b223db2
modified: src/yuzu/main.cpp
2 years ago
Narr the Reg
f07484bc64
core: hid: Signal color updates
2 years ago
Kelebek1
90aa937593
Convert files to LF eol
2 years ago
Liam
b0c6bf497a
romfs: fix extraction of single-directory root
2 years ago
Liam
6a7123826a
qt: remove duplicate exit confirmation setting
2 years ago
Termynat0r
0bbbe80f75
Fix macOS build
Added missing preprocessor macros for macOS analog to linux and freebsd
2 years ago
FrozenAra
0bb1c7c804
Implemented wheel event for volume control in VolumeButton
2 years ago
Liam
79894152a8
qt: fix game list shutdown crash
3 years ago
german77
3d4a064674
yuzu: Fix vibration reseting to 1%
3 years ago
Narr the Reg
77fb9d415b
yuzu: Fix restore shortcuts button
3 years ago
Liam
8c59543ee3
kernel: update KProcess
3 years ago
boludoz
ae2130470e
Reverted dirty code in main.
3 years ago
boludoz
ac6290bea7
TODO: Implement shortcut creation for Apple.
3 years ago
boludoz
4051bbbed7
Useless code removed related to admin privileges, if it is not an error we can add it later, that is what git is for.
3 years ago
boludoz
2a7edda70a
Deleted admin requisite (maybe it was another mistake).
3 years ago
flodavid
0b7593d352
yuzu: Improve behavior when clicking on controller box in Controller applet
- Apply changes on Controller configuration of commit 9524d70 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>
3 years ago
boludoz
9908434c14
Final refactorization
3 years ago
boludoz
fc4b45ebd3
Moved check.
3 years ago