libretro speedup

This commit is contained in:
funbars 2019-05-16 11:28:22 -05:00 committed by Stephen Anthony
parent 9ce3abd106
commit a938c1c17e
1 changed files with 1 additions and 4 deletions

View File

@ -180,12 +180,9 @@ void StellaLIBRETRO::updateVideo()
while (1) while (1)
{ {
uInt32 beam_x, beam_y;
tia.updateScanline(); tia.updateScanline();
tia.electronBeamPos(beam_x, beam_y); if(tia.scanlines() == 0) break;
if(!beam_y) break;
} }