give up on auto AR. Handling the AR when the resolution is falling back is more complicated than it's worth.

This commit is contained in:
Chris Danford
2006-02-07 00:55:03 +00:00
parent bcf84d9bda
commit 2ff000fc8a
6 changed files with 17 additions and 32 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ void StepMania::GetPreferredVideoModeParams( VideoModeParams &paramsOut )
CommonMetrics::WINDOW_TITLE,
THEME->GetPathG("Common","window icon"),
PREFSMAN->m_bPAL,
ScreenDimensions::GetScreenAspectRatio()
PREFSMAN->m_fDisplayAspectRatio
);
}