re-add b5129dd: Allow for 'confirmation only' double press mechanisms as a choice for two part selection on ScreenSelectMusic

(small cleanup on ScreenDimensions)
This commit is contained in:
AJ Kelly
2010-03-01 17:46:41 -06:00
parent 23f944ec7c
commit 4103c75e19
3 changed files with 34 additions and 21 deletions
+2 -4
View File
@@ -13,14 +13,12 @@ static ThemeMetric<float> THEME_SCREEN_HEIGHT("Common","ScreenHeight");
* of the dimensions up to meet the requested aspect ratio.
*/
/*
* The theme resolution isn't necessarily 4:3; a natively widescreen
/* The theme resolution isn't necessarily 4:3; a natively widescreen
* theme would have eg. 16:9 or 16:10.
*
* Note that "aspect ratio" here always means DAR (display aspect ratio: the
* aspect ratio of the physical display); we don't care about the PAR (pixel
* aspect ratio: the aspect ratio of a pixel).
*/
* aspect ratio: the aspect ratio of a pixel). */
float ScreenDimensions::GetThemeAspectRatio()
{