8a79dd2d6c
Merge pull request #12236 from liamwhite/cpu-refactor
...
core: refactor emulated cpu core activation
2023-12-06 14:19:17 +01:00
5d4da07943
frontend_common: Use optional for language default
2023-12-04 19:49:01 -05:00
45c87c7e6e
core: refactor emulated cpu core activation
2023-12-04 10:37:16 -05:00
45b6161582
file_sys: handle null romfs
2023-12-01 23:39:48 -05:00
d2bb9e9729
cmake: prefer system gamemode library
2023-11-30 16:54:00 +01:00
57a391e71d
Merge pull request #12074 from GPUCode/yuwu-on-the-metal
...
Implement Native Code Execution (NCE)
2023-11-30 09:20:55 -05:00
337e37f91d
Merge pull request #11946 from flodavid/gamemode
...
Enable (Feral Interactive) Gamemode on Linux
2023-11-29 12:33:09 -05:00
5a96c525e3
Merge pull request #12160 from german77/mouse_constrain
...
yuzu: Constrain mouse in render window when emulated
2023-11-27 11:56:24 -05:00
a76a8fb5fe
qt: add cpu_backend configuration
2023-11-26 20:44:07 -05:00
f21340f7aa
Merge pull request #11535 from GPUCode/upload_cmdbuf
...
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-26 18:33:05 +01:00
257a1c884d
Merge pull request #12156 from german77/firmwarevs
...
yuzu: Display firmware version
2023-11-26 09:49:53 -05:00
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
2023-11-25 19:30:37 +01:00
dfa56765d6
yuzu: integrate gamemode support on linux
2023-11-25 19:30:29 +01:00
5a182f4e7c
Merge pull request #11889 from t895/ini-lib
...
configuration: Unify config handling across frontends
2023-11-24 22:59:55 -05:00
f61cf14646
yuzu: Constrain mouse in render window when emulated
2023-11-24 19:32:35 -06:00
2d4e7c8264
yuzu: Display firmware version
2023-11-24 12:58:07 -06:00
d8f380961e
frontend_common: Add option to read unsigned integers
2023-11-21 21:01:46 -05:00
b088a448cd
game_list_worker: Explicit caputure of 'this'
2023-11-21 22:57:47 +00:00
c4f6c3b00b
shared_widget: Explicit capture of 'this'
2023-11-21 22:57:09 +00:00
a6b8d85b34
Merge pull request #11984 from lat9nq/lupdate
...
shared_translation: Call tr more directly
2023-11-21 09:19:13 -05:00
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.
2023-11-21 01:58:13 -05:00
8da5bd27e9
Merge pull request #12011 from Macj0rdan/controller-applet
...
Implemented qlaunch version of the controller applet
2023-11-20 16:53:33 -06:00
cb004d1ba1
Implemented qlaunch version of the controller applet
2023-11-19 18:38:58 +01:00
20a17607ae
qt: fix linux build
2023-11-19 11:49:51 -05:00
c08da2d6ad
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
7eac28e410
Merge pull request #12038 from german77/no_implement
...
service: hid: Split hid.cpp into individual interfaces
2023-11-16 09:13:56 -05:00
ea4c92f734
Merge pull request #12007 from german77/moar_buttons
...
core: hid: Split SL and SR buttons
2023-11-16 09:13:39 -05:00
c9cd938dfd
service: hid: Split hid.cpp into individual interfaces
2023-11-15 09:59:54 -06:00
247d66a680
Merge pull request #11990 from german77/audio
...
yuzu: Save mute when in background setting
2023-11-13 09:13:12 -05:00
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-12 20:27:39 +01:00
ae57a99d7d
core: hid: Split SL and SR buttons
2023-11-11 21:03:15 -06:00
0c032d3f2f
yuzu: Keep homebrew on the recently played list
2023-11-11 10:14:11 -06:00
9e331f9957
yuzu: Make mute audio persistent
2023-11-10 10:22:04 -06:00
9169cbf728
yuzu: Save mute when in background setting
2023-11-10 10:22:02 -06:00
c9038af29e
Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);
2023-11-09 04:53:10 +00:00
f3053920bf
Minor changes
2023-11-09 03:37:06 +00:00
c7b31d24b9
Final change, i think
2023-11-08 21:04:30 +00:00
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.
2023-11-08 11:54:05 -05:00
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
2023-11-08 11:54:01 -05:00
edce713fc9
Allocate resources for test window before getting system info
2023-11-07 22:47:02 -04:00
8d0d0e1c7a
Fixed clang
2023-11-07 02:32:19 +00:00
8369fcd71a
Merge pull request #11969 from german77/profile
...
service: acc: Ensure proper profile size
2023-11-05 13:15:14 -05:00
626916e9a4
Merge pull request #11961 from german77/recent
...
yuzu: Only store games in the recently played list
2023-11-05 13:15:07 -05:00
507f360a81
yuzu: Only store games in the recently played list
2023-11-05 09:34:16 -06:00
5323d9f6b3
service: acc: Ensure proper profile size
2023-11-05 09:28:22 -06:00
770d4b0b72
Merge pull request #11965 from german77/color
...
core: hid: Signal color updates
2023-11-04 23:26:24 -04:00
4b8b223db2
modified: src/yuzu/main.cpp
2023-11-05 00:39:43 +00:00
728aca7703
Merge branch 'master' into new-shortcut
2023-11-04 21:28:16 -03:00
f07484bc64
core: hid: Signal color updates
2023-11-04 14:13:18 -06:00
90aa937593
Convert files to LF eol
2023-11-04 18:25:40 +00:00