CDROM: Fix typo in ResetPhysicalPosition()
This commit is contained in:
parent
753dd0480f
commit
ee190ef561
|
@ -1592,7 +1592,7 @@ void CDROM::UpdatePositionWhileSeeking()
|
||||||
void CDROM::ResetPhysicalPosition()
|
void CDROM::ResetPhysicalPosition()
|
||||||
{
|
{
|
||||||
const u32 ticks = TimingEvents::GetGlobalTickCounter();
|
const u32 ticks = TimingEvents::GetGlobalTickCounter();
|
||||||
m_physical_lba = m_physical_lba;
|
m_physical_lba = m_current_lba;
|
||||||
m_physical_lba_update_tick = ticks;
|
m_physical_lba_update_tick = ticks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue