Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-22 | shared_widget: Implement radio groups | lat9nq | |
2023-08-16 | configure_ui: Silence MSVC warning | lat9nq | |
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
2023-08-15 | config: Read the entire screenshots category | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-08-02 | config(qt): Fix name of network category | lat9nq | |
Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205 | |||
2023-08-02 | config(qt): Use qt_config directly to read config | lat9nq | |
ReadSetting with the default is a convenience function reading settings, not for use in an internal environment. It tries to manage the default value of a setting. | |||
2023-07-30 | shared_widget: Only save global settings as needed | lat9nq | |
Fixes a potential but not reproduced issue where the custom config is being applied to the global config. | |||
2023-07-30 | config(qt): Write the UiGeneral category | lat9nq | |
2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
Previously was not respecting whether the setting was default. | |||
2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
Fixes a bug where a restore button could be created for an unmanaged widget. | |||
2023-07-22 | shared_widget: Use QRegularExpression | lat9nq | |