mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
start work on display capture
also fix a bug in the compositing shader
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user