diff options
| author | 2023-08-22 11:30:25 -0400 | |
|---|---|---|
| committer | 2023-08-22 11:30:25 -0400 | |
| commit | ef61d129d3ce357eeb12bc3ed14a1f5e376f1f95 (patch) | |
| tree | 318a5af7edcf8c38de2d1d8a857fa25ce82cb827 /src/common/settings.h | |
| parent | Merge pull request #11316 from FernandoS27/stop-premature-christmas-decorating (diff) | |
| parent | uisettings: Add TODO for stretched aspect being ignored (diff) | |
| download | yuzu-ef61d129d3ce357eeb12bc3ed14a1f5e376f1f95.tar.gz yuzu-ef61d129d3ce357eeb12bc3ed14a1f5e376f1f95.tar.xz yuzu-ef61d129d3ce357eeb12bc3ed14a1f5e376f1f95.zip | |
Merge pull request #11303 from lat9nq/screenshots-configurable
yuzu-qt: Add configuration for screenshot resolution
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index b0bc6519a..4407c1e6d 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -525,6 +525,7 @@ std::string GetTimeZoneString(TimeZone time_zone); | |||
| 525 | 525 | ||
| 526 | void LogSettings(); | 526 | void LogSettings(); |
| 527 | 527 | ||
| 528 | void TranslateResolutionInfo(ResolutionSetup setup, ResolutionScalingInfo& info); | ||
| 528 | void UpdateRescalingInfo(); | 529 | void UpdateRescalingInfo(); |
| 529 | 530 | ||
| 530 | // Restore the global state of all applicable settings in the Values struct | 531 | // Restore the global state of all applicable settings in the Values struct |