speed up editor beat bar drawing (frame rate is not 3x as fast!)
fixed inaccurate 2k/xp video card detection
This commit is contained in:
@@ -325,7 +325,7 @@ int main(int argc, char* argv[])
|
||||
BoostAppPri();
|
||||
|
||||
ResetGame();
|
||||
if( DISPLAY->IsSoftwareRenderer() )
|
||||
if( DISPLAY->IsSoftwareRenderer() && !PREFSMAN->m_bAllowSoftwareRenderer )
|
||||
SCREENMAN->Prompt(
|
||||
SM_None,
|
||||
"OpenGL hardware acceleration\n"
|
||||
|
||||
Reference in New Issue
Block a user