Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | Merge pull request #11456 from liamwhite/worse-integrity-verification | liamwhite | |
core: implement basic integrity verification | |||
2023-09-06 | core: implement basic integrity verification | Liam | |
2023-09-06 | Merge pull request #11434 from danilaml/fix-warnings | liamwhite | |
msvc: set warning level to /W4 globally | |||
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
2023-09-02 | qt: measure romfs dump completion by bytes read | Liam | |
2023-09-02 | Merge pull request #11381 from liamwhite/romfs-dump | liamwhite | |
qt: fix romfs dumping for multiprogram applications | |||
2023-09-02 | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | |
am: shorten shutdown timeout when lock is not held | |||
2023-08-28 | qt: ensure packed update nca is applied to the correct base | Liam | |
2023-08-28 | qt: fix romfs dumping for multiprogram applications | Liam | |
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-26 | am: shorten shutdown timeout when lock is not held | Liam | |
2023-08-25 | Merge pull request #11377 from BenjaminHalko/reverse-slider-input | liamwhite | |
ui: Fixed inverted controls on ReverseSlider widgets | |||
2023-08-25 | ui: Fixed inverted controls on ReverseSlider widgets | BenjaminHalko | |
fixes: #11236 | |||
2023-08-24 | yuzu/main: Ensure NCAs are registered in content provider when launching ↵ | FearlessTobi | |
from CLI Fixes updates and DLC not being loaded when launching yuzu from the command line. Similar to https://github.com/yuzu-emu/yuzu/pull/11357. Fixes https://github.com/yuzu-emu/yuzu/issues/8352, | |||
2023-08-24 | game_list_worker: Display correct size for NAX games | FearlessTobi | |
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837. Fixes https://github.com/yuzu-emu/yuzu/issues/1938. | |||
2023-08-23 | main: Fix docked mode button, clang 14 error | lat9nq | |
2023-08-22 | main: Access by reference | lat9nq | |
Old Clang is fussy about this. | |||
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-22 | Merge pull request #11302 from vonchenplus/vulkan_macos | liamwhite | |
Add macos moltenvk bundle, Add copy moltevk dylib script | |||
2023-08-22 | Merge pull request #11303 from lat9nq/screenshots-configurable | liamwhite | |
yuzu-qt: Add configuration for screenshot resolution | |||
2023-08-22 | Add macos moltenvk bundle, Add copy moltevk dylib script | Feng Chen | |
2023-08-16 | uisettings: Add TODO for stretched aspect being ignored | 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-16 | bootmanager: Remove old path | lat9nq | |
Causes issues with different selected aspect ratios in graphics. | |||
2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
2023-08-15 | config: Read the entire screenshots category | lat9nq | |
2023-08-15 | bootmanager: Consider the default resolution | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-08-15 | vfs: expand support for NCA reading | Liam | |
2023-08-11 | Allow searching by a substring of the title ID | zeltermann | |
2023-08-02 | Merge pull request #11202 from abouvier/vulkan-config | liamwhite | |
vulkan: centralize config | |||
2023-08-02 | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | |
general: Reimplement per-game configurations | |||
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-08-02 | vulkan: centralize config | Alexandre Bouvier | |
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 | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus | lat9nq | |
2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
Previously was not respecting whether the setting was default. | |||
2023-07-26 | Merge pull request #11128 from german77/discord | liamwhite | |
yuzu: Replace httplib with QtNetworkRequest | |||
2023-07-26 | Address feedback | Morph | |
2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
2023-07-24 | yuzu: Avoid reading broken games | german77 | |
2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
Fixes a bug where a restore button could be created for an unmanaged widget. |