Bug fix for SDL port lock up when selecting dendy video option.

This commit is contained in:
Matthew Budd 2020-07-11 22:36:55 -04:00
parent c93d0b3113
commit 3a6c861326
1 changed files with 1 additions and 1 deletions

View File

@ -1853,8 +1853,8 @@ int FCEUPPU_Loop(int skip) {
for (scanline = 0; scanline < totalscanlines; ) { //scanline is incremented in DoLine. Evil. :/
deempcnt[deemp]++;
if (scanline < 240)
#ifdef WIN32
if (scanline < 240)
DEBUG(FCEUD_UpdatePPUView(scanline, 1));
#endif
DoLine();