Removed stdio from ppu

This commit is contained in:
neauoire 2021-12-20 09:45:56 -08:00
parent 5ebeaf6852
commit 4d2b55c188
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#include <stdio.h>
#include <stdlib.h>
/*

View File

@ -568,7 +568,7 @@ run(Uxn *u)
uxn_eval(u, peek16((devaudio0 + (event.type - audio0_event))->dat, 0));
}
}
breakout:
breakout:
uxn_eval(u, devscreen->vector);
if(ppu.reqdraw || devsystem->dat[0xe])
redraw(u);