Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
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-21 | frontend_common: Add option to read unsigned integers | t895 | |
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-16 | Merge pull request #12007 from german77/moar_buttons | liamwhite | |
core: hid: Split SL and SR buttons | |||
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-10 | yuzu: Save mute when in background setting | Narr the Reg | |
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-05 | Merge pull request #11969 from german77/profile | liamwhite | |
service: acc: Ensure proper profile size | |||
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-04 | core: hid: Signal color updates | Narr the Reg | |
2023-11-04 | Convert files to LF eol | Kelebek1 | |
2023-10-31 | qt: remove duplicate exit confirmation setting | Liam | |
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-29 | Merge pull request #11803 from flodavid/improve-controller-applet-click | Narr the Reg | |
yuzu: Improve behavior when clicking on controller box in Controller applet | |||
2023-10-23 | Merge pull request #11841 from german77/halp | liamwhite | |
yuzu: fix restore shortcuts button | |||
2023-10-22 | yuzu: Fix vibration reseting to 1% | german77 | |
2023-10-21 | yuzu: Fix restore shortcuts button | Narr the Reg | |
2023-10-17 | yuzu: Improve behavior when clicking on controller box in Controller applet | flodavid | |
- Apply changes on Controller configuration of commit 9524d70 to Controller applet - Fix regression of this previous commit: Enabling a controller in its tab did not activate previous controllers Signed-off-by: flodavid <fl.david.53@gmail.com> | |||
2023-10-14 | Merge pull request #11779 from flodavid/improve-player-config-click | liamwhite | |
yuzu: Improve behavior when clicking on controller box in Control configuration | |||
2023-10-14 | yuzu: Improve behavior when clicking on controller box in Control Configuration | flodavid | |
When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list | |||
2023-10-12 | yuzu: Enable to use controller to restart a game | flodavid | |
- Show the right confirm dialog if wanted - Create generic method to ask close confirmation - Add "R + Plus + Minus" default shortcut to Restart emulation | |||
2023-10-12 | yuzu: Use new setting method for stop emulation | Florian | |
2023-10-12 | yuzu: Enable to use controller to close a game | flodavid | |
- Add General setting to choose if a confirm dialog is shown when stopping - Show the right confirm dialog if wanted - Reuse dialog window that ask to close the game - Add "L + Plus + Minus" default shortcut to Stop emulation - Create generic question dialog based on TAS dialog - It allows controller interaction on most dialogs | |||
2023-10-08 | Merge pull request #10519 from mdmrk/master | liamwhite | |
yuzu-qt: Track play time | |||
2023-10-08 | qt: implement automatic crash dump support | Liam | |
2023-10-03 | yuzu: Fix mute when in background setting | Narr the Reg | |
2023-09-16 | Merge pull request #11492 from lat9nq/c-numeric-conversions | liamwhite | |
general: Remove uncaught usages of C++ string number conversions | |||
2023-09-14 | shared_widget: Use default literals more | lat9nq | |
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-09-13 | shared_widget: Forward-port Citra changes | lat9nq | |
Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d} | |||
2023-09-13 | configure_ui: Remove unnecessary usage of stoul | lat9nq | |
2023-09-10 | Merge pull request #11450 from lat9nq/no-vk-device-fix | liamwhite | |
configure_graphics: Fix handling of broken Vulkan | |||
2023-09-05 | configure_graphics: Capture by reference | lat9nq | |
Small optimization. | |||
2023-09-04 | configure_graphics: Fix handling of broken Vulkan | lat9nq | |
The VSync combobox wouldn't populate if there was no Vulkan device, which caused issues with trying to set VSync on other backends. This also adds another layer to GetCurrentGraphicsBackend to check for broken Vulkan and return OpenGL instead of Vulkan. | |||
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
2023-08-26 | yuzu-qt: Track play time | Mario | |
2023-08-26 | Merge pull request #11356 from lat9nq/console-mode-pg | liamwhite | |
general,config-qt: Present Console Mode as an enum with separate options in game properties | |||
2023-08-25 | ui: Fixed inverted controls on ReverseSlider widgets | BenjaminHalko | |
fixes: #11236 | |||
2023-08-22 | general: Use console mode helper across project | lat9nq | |
2023-08-22 | config(qt): Sanitize docked handheld controller | lat9nq | |
2023-08-22 | shared_translation: Define use_docked_mode texts | lat9nq | |