Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios and VI scaling.

This commit is contained in:
mirrorbender
2015-07-20 20:12:29 -04:00
parent ab2e68aa16
commit 0faba3b018
9 changed files with 126 additions and 38 deletions

View File

@ -40,6 +40,7 @@ extern int OSDChoice;
extern bool bLastFrameDumped;
// Renderer really isn't a very good name for this class - it's more like "Misc".
// The long term goal is to get rid of this class and replace it with others that make
// more sense.
@ -136,6 +137,7 @@ public:
static Common::Event s_screenshotCompleted;
protected:
static void CalculateTargetScale(int x, int y, int* scaledX, int* scaledY);