xcfrg
e21bdc68db
yuzu: integrate gamemode support on linux
2023-11-25 19:30:29 +01:00
Charles Lombardo
9485b44d25
Merge pull request #11889 from t895/ini-lib
...
configuration: Unify config handling across frontends
2023-11-24 22:59:55 -05:00
Narr the Reg
d1d6a2f648
yuzu: Constrain mouse in render window when emulated
2023-11-24 19:32:35 -06:00
Narr the Reg
8ea5b7163d
yuzu: Display firmware version
2023-11-24 12:58:07 -06:00
t895
eb0d351274
frontend_common: Add option to read unsigned integers
2023-11-21 21:01:46 -05:00
Merry
2550b70226
game_list_worker: Explicit caputure of 'this'
2023-11-21 22:57:47 +00:00
Merry
e780c7ac83
shared_widget: Explicit capture of 'this'
2023-11-21 22:57:09 +00:00
liamwhite
13437f3ce1
Merge pull request #11984 from lat9nq/lupdate
...
shared_translation: Call tr more directly
2023-11-21 09:19:13 -05:00
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.
2023-11-21 01:58:13 -05:00
Narr the Reg
1588a32251
Merge pull request #12011 from Macj0rdan/controller-applet
...
Implemented qlaunch version of the controller applet
2023-11-20 16:53:33 -06:00
FrozenAra
09d7bec6e1
Implemented qlaunch version of the controller applet
2023-11-19 18:38:58 +01:00
Liam
4699324651
qt: fix linux build
2023-11-19 11:49:51 -05:00
liamwhite
d8a6af571b
Merge pull request #11792 from boludoz/new-shortcut
...
Improved shortcut: add games in applist for Windows, question for sta…
2023-11-19 09:50:49 -05:00
liamwhite
9041ac3da1
Merge pull request #12038 from german77/no_implement
...
service: hid: Split hid.cpp into individual interfaces
2023-11-16 09:13:56 -05:00
liamwhite
3254ed9634
Merge pull request #12007 from german77/moar_buttons
...
core: hid: Split SL and SR buttons
2023-11-16 09:13:39 -05:00
Narr the Reg
174c52d27b
service: hid: Split hid.cpp into individual interfaces
2023-11-15 09:59:54 -06:00
liamwhite
e3a8c777be
Merge pull request #11990 from german77/audio
...
yuzu: Save mute when in background setting
2023-11-13 09:13:12 -05:00
GPUCode
4b853ff5cf
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-12 20:27:39 +01:00
german77
6788dffa53
core: hid: Split SL and SR buttons
2023-11-11 21:03:15 -06:00
german77
c2846bb7d4
yuzu: Keep homebrew on the recently played list
2023-11-11 10:14:11 -06:00
Narr the Reg
e19c9281db
yuzu: Make mute audio persistent
2023-11-10 10:22:04 -06:00
Narr the Reg
50474720f2
yuzu: Save mute when in background setting
2023-11-10 10:22:02 -06:00
Franco M
b703234f22
Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);
2023-11-09 04:53:10 +00:00
Franco M
823183f817
Minor changes
2023-11-09 03:37:06 +00:00
Franco M
61263a23dd
Final change, i think
2023-11-08 21:04:30 +00:00
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.
2023-11-08 11:54:05 -05:00
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
2023-11-08 11:54:01 -05:00
Lucas Reis
5457477743
Allocate resources for test window before getting system info
2023-11-07 22:47:02 -04:00
Franco M
ca8fa2245f
Fixed clang
2023-11-07 02:32:19 +00:00
liamwhite
1a0441ab59
Merge pull request #11969 from german77/profile
...
service: acc: Ensure proper profile size
2023-11-05 13:15:14 -05:00
liamwhite
a8eb85d23a
Merge pull request #11961 from german77/recent
...
yuzu: Only store games in the recently played list
2023-11-05 13:15:07 -05:00
german77
de308bed13
yuzu: Only store games in the recently played list
2023-11-05 09:34:16 -06:00
german77
65b1508d0d
service: acc: Ensure proper profile size
2023-11-05 09:28:22 -06:00
liamwhite
066ca9bd2b
Merge pull request #11965 from german77/color
...
core: hid: Signal color updates
2023-11-04 23:26:24 -04:00
Franco M
eaf037ba12
modified: src/yuzu/main.cpp
2023-11-05 00:39:43 +00:00
Franco M
c8b3dc740a
Merge branch 'master' into new-shortcut
2023-11-04 21:28:16 -03:00
Narr the Reg
01ba4d64aa
core: hid: Signal color updates
2023-11-04 14:13:18 -06:00
Kelebek1
539b99379d
Convert files to LF eol
2023-11-04 18:25:40 +00:00
liamwhite
71bd608b80
Merge pull request #11885 from liamwhite/stop-nagging-me
...
qt: remove duplicate exit confirmation setting
2023-11-04 11:14:01 -04:00
Liam
14a1a578fb
romfs: fix extraction of single-directory root
2023-10-31 23:26:51 -04:00
Liam
e219f4a771
qt: remove duplicate exit confirmation setting
2023-10-31 10:31:50 -04:00
liamwhite
9a8b013385
Merge pull request #11903 from Macj0rdan/scrollable-volume-button
...
Implemented wheel event for volume control in VolumeButton
2023-10-30 15:32:39 -04:00
Termynat0r
776fc2ca20
Fix macOS build
...
Added missing preprocessor macros for macOS analog to linux and freebsd
2023-10-30 10:49:39 +01:00
liamwhite
4940a6b310
Merge pull request #11689 from liamwhite/breakpad
...
qt: implement automatic crash dump support
2023-10-29 23:41:13 -04:00
FrozenAra
346d5f99ef
Implemented wheel event for volume control in VolumeButton
2023-10-29 20:29:17 +01:00
liamwhite
d187307685
Merge pull request #11866 from liamwhite/more-qt-nonsense
...
qt: fix game list shutdown crash
2023-10-29 11:25:22 -04:00
liamwhite
72202eb15f
Merge pull request #11843 from liamwhite/sync-process
...
kernel: update KProcess
2023-10-29 11:24:52 -04:00
Narr the Reg
7f0b245f06
Merge pull request #11803 from flodavid/improve-controller-applet-click
...
yuzu: Improve behavior when clicking on controller box in Controller applet
2023-10-29 09:13:07 -06:00
Franco M
99b563b7a6
Merge branch 'yuzu-emu:master' into new-shortcut
2023-10-26 19:11:15 -03:00
Liam
9de3363249
qt: fix game list shutdown crash
2023-10-23 23:06:07 -04:00