mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Reorder thing.
This commit is contained in:
parent
4210d0a246
commit
18c8fe7d73
1 changed files with 1 additions and 1 deletions
|
@ -923,10 +923,10 @@ void CPS2VM::EmuThread()
|
||||||
{
|
{
|
||||||
if(m_hblankTicks <= 0)
|
if(m_hblankTicks <= 0)
|
||||||
{
|
{
|
||||||
|
m_hblankTicks += m_hblankTicksTotal;
|
||||||
if(m_ee->m_gs)
|
if(m_ee->m_gs)
|
||||||
{
|
{
|
||||||
m_ee->m_gs->SetHBlank();
|
m_ee->m_gs->SetHBlank();
|
||||||
m_hblankTicks += m_hblankTicksTotal;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue