experimental 'HighResolutionTextures' pref to control behavior of doubleres textures
This commit is contained in:
@@ -154,7 +154,7 @@ bool StepMania::GetHighResolutionTextures()
|
||||
case HighResolutionTextures_Auto:
|
||||
{
|
||||
const VideoModeParams ¶ms = DISPLAY->GetActualVideoModeParams();
|
||||
return params.height > 800;
|
||||
return params.height > 480;
|
||||
}
|
||||
case HighResolutionTextures_ForceOn:
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user