german77
c2b2d7a903
core: Use single instance of profile manager
2023-12-10 11:29:43 -06:00
Fernando S
9046851d9f
Merge pull request #12236 from liamwhite/cpu-refactor
...
core: refactor emulated cpu core activation
2023-12-06 14:19:17 +01:00
t895
9593c3bce4
frontend_common: Use optional for language default
2023-12-04 19:49:01 -05:00
Liam
3d5c6a73cb
core: refactor emulated cpu core activation
2023-12-04 10:37:16 -05:00
Liam
4321fc6154
file_sys: handle null romfs
2023-12-01 23:39:48 -05:00
Alexandre Bouvier
6d1049366d
cmake: prefer system gamemode library
2023-11-30 16:54:00 +01:00
liamwhite
da8676dda1
Merge pull request #12074 from GPUCode/yuwu-on-the-metal
...
Implement Native Code Execution (NCE)
2023-11-30 09:20:55 -05:00
liamwhite
c90b7f3b93
Merge pull request #11946 from flodavid/gamemode
...
Enable (Feral Interactive) Gamemode on Linux
2023-11-29 12:33:09 -05:00
liamwhite
cec5c38362
Merge pull request #12160 from german77/mouse_constrain
...
yuzu: Constrain mouse in render window when emulated
2023-11-27 11:56:24 -05:00
amazingfate
c95a560bc3
qt: add cpu_backend configuration
2023-11-26 20:44:07 -05:00
Fernando S
896ae72dbf
Merge pull request #11535 from GPUCode/upload_cmdbuf
...
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-26 18:33:05 +01:00
liamwhite
3a1949d81e
Merge pull request #12156 from german77/firmwarevs
...
yuzu: Display firmware version
2023-11-26 09:49:53 -05:00
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
2023-11-25 19:30:37 +01:00
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