| Age | Commit message (Collapse) | Author |
|
Add macos moltenvk bundle, Add copy moltevk dylib script
|
|
yuzu-qt: Add configuration for screenshot resolution
|
|
|
|
|
|
|
|
|
|
|
|
Causes issues with different selected aspect ratios in graphics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vulkan: centralize config
|
|
general: Reimplement per-game configurations
|
|
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
|
|
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.
|
|
|
|
Fixes a potential but not reproduced issue where the custom config
is being applied to the global config.
|
|
|
|
|
|
Previously was not respecting whether the setting was default.
|
|
yuzu: Replace httplib with QtNetworkRequest
|
|
|
|
|
|
|
|
Fixes a bug where a restore button could be created for an unmanaged
widget.
|
|
|
|
|
|
Was producing out of order settings as a result of the switch to vectors
|
|
Without this, the Reset All Settings button would be selected by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes essentially a shadowing issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reduces some ugliness in frontend code.
|