start work on display capture

also fix a bug in the compositing shader
This commit is contained in:
Arisotura
2019-05-17 22:50:41 +02:00
parent 26f997172b
commit de287825ee
5 changed files with 88 additions and 22 deletions

View File

@ -907,7 +907,7 @@ void StartScanline(u32 line)
else
{
if (VCount == 192)
{//printf("- VBLANK -\n");vbltime=NDS::ARM9Timestamp;
{
// VBlank
DispStat[0] |= (1<<0);
DispStat[1] |= (1<<0);