Only display the video renderer in stats on Windows. Mac OS and Linux only have OpenGL available so this doesn't matter.
This commit is contained in:
@@ -150,7 +150,9 @@ RString RageDisplay::GetStats() const
|
||||
|
||||
s = ssprintf( "%i FPS\n%i av FPS\n%i VPF", GetFPS(), GetCumFPS(), GetVPF() );
|
||||
|
||||
#if defined(_WINDOWS)
|
||||
s += "\n"+this->GetApiDescription();
|
||||
#endif
|
||||
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user