summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2023-11-26Merge pull request #11535 from GPUCode/upload_cmdbufFernando S
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-26Merge pull request #12156 from german77/firmwarevsliamwhite
yuzu: Display firmware version
2023-11-25yuzu: create linux group in general settingsflodavid
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
2023-11-25yuzu: integrate gamemode support on linuxxcfrg
2023-11-24Merge pull request #11889 from t895/ini-libCharles Lombardo
configuration: Unify config handling across frontends
2023-11-24yuzu: Constrain mouse in render window when emulatedNarr the Reg
2023-11-24yuzu: Display firmware versionNarr the Reg
2023-11-21frontend_common: Add option to read unsigned integerst895
2023-11-21game_list_worker: Explicit caputure of 'this'Merry
2023-11-21shared_widget: Explicit capture of 'this'Merry
2023-11-21Merge pull request #11984 from lat9nq/lupdateliamwhite
shared_translation: Call tr more directly
2023-11-21config: Unify config handling under frontend_commont895
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-20Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg
Implemented qlaunch version of the controller applet
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-11-19qt: fix linux buildLiam
2023-11-19Merge pull request #11792 from boludoz/new-shortcutliamwhite
Improved shortcut: add games in applist for Windows, question for sta…
2023-11-16Merge pull request #12038 from german77/no_implementliamwhite
service: hid: Split hid.cpp into individual interfaces
2023-11-16Merge pull request #12007 from german77/moar_buttonsliamwhite
core: hid: Split SL and SR buttons
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-11-13Merge pull request #11990 from german77/audioliamwhite
yuzu: Save mute when in background setting
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode
2023-11-11core: hid: Split SL and SR buttonsgerman77
2023-11-11yuzu: Keep homebrew on the recently played listgerman77
2023-11-10yuzu: Make mute audio persistentNarr the Reg
2023-11-10yuzu: Save mute when in background settingNarr the Reg
2023-11-09Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);Franco M
2023-11-09Minor changesFranco M
2023-11-08Final change, i thinkFranco M
2023-11-08CMakeLists: Add option to call lupdate directlylat9nq
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-08shared_translation: Call tr for each stringlat9nq
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include
2023-11-07Allocate resources for test window before getting system infoLucas Reis
2023-11-07Fixed clangFranco M
2023-11-05Merge pull request #11969 from german77/profileliamwhite
service: acc: Ensure proper profile size
2023-11-05Merge pull request #11961 from german77/recentliamwhite
yuzu: Only store games in the recently played list
2023-11-05yuzu: Only store games in the recently played listgerman77
2023-11-05service: acc: Ensure proper profile sizegerman77
2023-11-04Merge pull request #11965 from german77/colorliamwhite
core: hid: Signal color updates
2023-11-05 modified: src/yuzu/main.cppFranco M
2023-11-04Merge branch 'master' into new-shortcutFranco M
2023-11-04core: hid: Signal color updatesNarr the Reg
2023-11-04Convert files to LF eolKelebek1
2023-11-04Merge pull request #11885 from liamwhite/stop-nagging-meliamwhite
qt: remove duplicate exit confirmation setting
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-31qt: remove duplicate exit confirmation settingLiam
2023-10-30Merge pull request #11903 from Macj0rdan/scrollable-volume-buttonliamwhite
Implemented wheel event for volume control in VolumeButton
2023-10-30Fix macOS buildTermynat0r
Added missing preprocessor macros for macOS analog to linux and freebsd
2023-10-29Merge pull request #11689 from liamwhite/breakpadliamwhite
qt: implement automatic crash dump support
2023-10-29Implemented wheel event for volume control in VolumeButtonFrozenAra
2023-10-29Merge pull request #11866 from liamwhite/more-qt-nonsenseliamwhite
qt: fix game list shutdown crash
2023-10-29Merge pull request #11843 from liamwhite/sync-processliamwhite
kernel: update KProcess