fix to timers (ZXDS no longer runs slow as shit)

This commit is contained in:
Arisotura
2020-10-27 05:03:17 +01:00
parent 81964a0f89
commit d2cd3eadbe
2 changed files with 23 additions and 9 deletions

View File

@ -320,7 +320,7 @@ u32 DSi_Camera::Read32(u32 addr)
{
case 0x04004204:
{
return 0;
return 0xFC00801F;
if (!(Cnt & (1<<15))) return 0; // CHECKME
u32 ret = *(u32*)&FrameBuffer[TransferPos];
TransferPos += 4;