Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
2023-11-26 | Merge pull request #12156 from german77/firmwarevs | liamwhite | |
yuzu: Display firmware version | |||
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg | |
2023-11-24 | Merge pull request #11889 from t895/ini-lib | Charles Lombardo | |
configuration: Unify config handling across frontends | |||
2023-11-24 | yuzu: Constrain mouse in render window when emulated | Narr the Reg | |
2023-11-24 | yuzu: Display firmware version | Narr the Reg | |
2023-11-21 | frontend_common: Add option to read unsigned integers | t895 | |
2023-11-21 | game_list_worker: Explicit caputure of 'this' | Merry | |
2023-11-21 | shared_widget: Explicit capture of 'this' | Merry | |
2023-11-21 | Merge pull request #11984 from lat9nq/lupdate | liamwhite | |
shared_translation: Call tr more directly | |||
2023-11-21 | config: Unify config handling under frontend_common | t895 | |
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-20 | Merge pull request #12011 from Macj0rdan/controller-applet | Narr the Reg | |
Implemented qlaunch version of the controller applet | |||
2023-11-19 | Implemented qlaunch version of the controller applet | FrozenAra | |
2023-11-19 | qt: fix linux build | Liam | |
2023-11-19 | Merge pull request #11792 from boludoz/new-shortcut | liamwhite | |
Improved shortcut: add games in applist for Windows, question for sta… | |||
2023-11-16 | Merge pull request #12038 from german77/no_implement | liamwhite | |
service: hid: Split hid.cpp into individual interfaces | |||
2023-11-16 | Merge pull request #12007 from german77/moar_buttons | liamwhite | |
core: hid: Split SL and SR buttons | |||
2023-11-15 | service: hid: Split hid.cpp into individual interfaces | Narr the Reg | |
2023-11-13 | Merge pull request #11990 from german77/audio | liamwhite | |
yuzu: Save mute when in background setting | |||
2023-11-12 | renderer_vulkan: Introduce separate cmd buffer for uploads | GPUCode | |
2023-11-11 | core: hid: Split SL and SR buttons | german77 | |
2023-11-11 | yuzu: Keep homebrew on the recently played list | german77 | |
2023-11-10 | yuzu: Make mute audio persistent | Narr the Reg | |
2023-11-10 | yuzu: Save mute when in background setting | Narr the Reg | |
2023-11-09 | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir); | Franco M | |
2023-11-09 | Minor changes | Franco M | |
2023-11-08 | Final change, i think | Franco M | |
2023-11-08 | CMakeLists: Add option to call lupdate directly | lat9nq | |
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 | shared_translation: Call tr for each string | lat9nq | |
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include | |||
2023-11-07 | Allocate resources for test window before getting system info | Lucas Reis | |
2023-11-07 | Fixed clang | Franco M | |
2023-11-05 | Merge pull request #11969 from german77/profile | liamwhite | |
service: acc: Ensure proper profile size | |||
2023-11-05 | Merge pull request #11961 from german77/recent | liamwhite | |
yuzu: Only store games in the recently played list | |||
2023-11-05 | yuzu: Only store games in the recently played list | german77 | |
2023-11-05 | service: acc: Ensure proper profile size | german77 | |
2023-11-04 | Merge pull request #11965 from german77/color | liamwhite | |
core: hid: Signal color updates | |||
2023-11-05 | modified: src/yuzu/main.cpp | Franco M | |
2023-11-04 | Merge branch 'master' into new-shortcut | Franco M | |
2023-11-04 | core: hid: Signal color updates | Narr the Reg | |
2023-11-04 | Convert files to LF eol | Kelebek1 | |
2023-11-04 | Merge pull request #11885 from liamwhite/stop-nagging-me | liamwhite | |
qt: remove duplicate exit confirmation setting | |||
2023-10-31 | romfs: fix extraction of single-directory root | Liam | |
2023-10-31 | qt: remove duplicate exit confirmation setting | Liam | |
2023-10-30 | Merge pull request #11903 from Macj0rdan/scrollable-volume-button | liamwhite | |
Implemented wheel event for volume control in VolumeButton | |||
2023-10-30 | Fix macOS build | Termynat0r | |
Added missing preprocessor macros for macOS analog to linux and freebsd | |||
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-29 | Implemented wheel event for volume control in VolumeButton | FrozenAra | |
2023-10-29 | Merge pull request #11866 from liamwhite/more-qt-nonsense | liamwhite | |
qt: fix game list shutdown crash | |||
2023-10-29 | Merge pull request #11843 from liamwhite/sync-process | liamwhite | |
kernel: update KProcess |