diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-15 22:41:50 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-15 22:41:50 -0400 |
commit | 3e28e85468cafb928cda5dc9210eba95af26e212 (patch) | |
tree | 50d3cb165db3d6c89cfaa6562236b114e32f2144 /src/common/settings.h | |
parent | d5adaeafdf0d25f42e4efb0e668625d704324fd9 (diff) |
settings: Add AspectRatio enum, split res scale function
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); void LogSettings(); +void TranslateResolutionInfo(ResolutionSetup setup, ResolutionScalingInfo& info); void UpdateRescalingInfo(); // Restore the global state of all applicable settings in the Values struct |