GSDX: I didn't even like that code when I changed it. Now I know why. And it looks much better this way.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4926 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2011-10-08 16:52:58 +00:00
parent 119e9e7114
commit 4d12e1954f
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ bool GSState::IsEnabled(int i)
float GSState::GetFPS()
{
return ((m_regs->SMODE1.CMOD & 1) ? 50 : 59.94) * pow(2.0f, (float)m_regs->SMODE2.INT-1.0f);
return ((m_regs->SMODE1.CMOD & 1) ? 25 : 29.97) * (m_regs->SMODE2.INT+1.0f);
}
// GIFPackedRegHandler*