tab cleanup
no need to fall back to opengl on xbox
This commit is contained in:
@@ -122,7 +122,9 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
if( (m_iChangeMask & OPT_APPLY_THEME) ||
|
if( (m_iChangeMask & OPT_APPLY_THEME) ||
|
||||||
(m_iChangeMask & OPT_APPLY_GRAPHICS) ||
|
(m_iChangeMask & OPT_APPLY_GRAPHICS) ||
|
||||||
(m_iChangeMask & OPT_APPLY_ASPECT_RATIO) )
|
(m_iChangeMask & OPT_APPLY_ASPECT_RATIO) )
|
||||||
|
{
|
||||||
StepMania::ApplyGraphicOptions();
|
StepMania::ApplyGraphicOptions();
|
||||||
|
}
|
||||||
|
|
||||||
if( m_iChangeMask & OPT_SAVE_PREFERENCES )
|
if( m_iChangeMask & OPT_SAVE_PREFERENCES )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -393,7 +393,7 @@ struct VideoCardDefaults
|
|||||||
{
|
{
|
||||||
VideoCardDefaults(
|
VideoCardDefaults(
|
||||||
"Xbox",
|
"Xbox",
|
||||||
"d3d,opengl",
|
"d3d",
|
||||||
600,400,
|
600,400,
|
||||||
32,32,32,
|
32,32,32,
|
||||||
2048,
|
2048,
|
||||||
|
|||||||
Reference in New Issue
Block a user