mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
119e9e7114
commit
4d12e1954f
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue