mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
meh
This commit is contained in:
parent
2c393d35f0
commit
98c174edc4
520 changed files with 74815 additions and 58942 deletions
|
@ -107,10 +107,13 @@ private:
|
|||
|
||||
void OnBackBufferSizeChanged();
|
||||
|
||||
// Scales a raw XFB resolution to the target (display) aspect ratio,
|
||||
// also accounting for crop and other minor adjustments
|
||||
std::tuple<int, int> CalculateOutputDimensions(int width, int height,
|
||||
bool allow_stretch = true) const;
|
||||
std::tuple<float, float> ApplyStandardAspectCrop(float width, float height,
|
||||
bool allow_stretch = true) const;
|
||||
// Scales a raw XFB resolution to the target (display) aspect ratio
|
||||
std::tuple<float, float> ScaleToDisplayAspectRatio(int width, int height,
|
||||
bool allow_stretch = true) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue