Minor cleanups.

This commit is contained in:
NeoBrainX
2012-09-28 23:19:50 +02:00
parent ac2ce8b16e
commit 6e4a61a991
5 changed files with 11 additions and 5 deletions

View File

@ -313,7 +313,7 @@ void Renderer::DrawDebugText()
void Renderer::CalculateXYScale(const TargetRectangle& dst_rect)
{
if (g_ActiveConfig.bUseXFB && g_ActiveConfig.bUseRealXFB)
if (g_ActiveConfig.RealXFBEnabled())
{
xScale = 1.0f;
yScale = 1.0f;