mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
RenderBase: Return a tuple from CalculateTargetScale instead of using out parameters
This commit is contained in:
@ -144,7 +144,7 @@ public:
|
||||
bool UseVertexDepthRange() const;
|
||||
|
||||
protected:
|
||||
void CalculateTargetScale(int x, int y, int* scaledX, int* scaledY) const;
|
||||
std::tuple<int, int> CalculateTargetScale(int x, int y) const;
|
||||
bool CalculateTargetSize();
|
||||
|
||||
void CheckFifoRecording();
|
||||
|
Reference in New Issue
Block a user