pass DAR to the display; preserve aspect ratio in screenshots

This commit is contained in:
Glenn Maynard
2005-01-16 22:06:36 +00:00
parent f47c3bdc6c
commit bdc1b08695
3 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ static RageDisplay::VideoModeParams GetCurVideoModeParams()
PREFSMAN->m_bAnisotropicFiltering,
WINDOW_TITLE,
THEME->GetPathToG("Common window icon"),
PREFSMAN->m_bPAL
PREFSMAN->m_bPAL,
PREFSMAN->m_fAspectRatio
);
}