This commit is contained in:
Jaklyy
2023-12-19 22:52:54 -05:00
parent 2217a34d39
commit 1054011c90
4 changed files with 170 additions and 100 deletions

View File

@ -222,7 +222,7 @@ void GPU3D::Reset() noexcept
AlphaRefVal = 0;
AlphaRef = 0;
RDLinesDisplay = 46;
RDLines = 46;
memset(ToonTable, 0, sizeof(ToonTable));
memset(EdgeTable, 0, sizeof(EdgeTable));
@ -2369,7 +2369,7 @@ void GPU3D::CheckFIFODMA() noexcept
void GPU3D::VCount144() noexcept
{
RDLinesDisplay = 46;
RDLines = 46;
CurrentRenderer->VCount144();
}
@ -2613,7 +2613,7 @@ u16 GPU3D::Read16(u32 addr) noexcept
return DispCnt;
case 0x04000320:
return RDLinesDisplay; // IT IS TIME
return RDLines; // IT IS TIME
case 0x04000600:
{
@ -2657,7 +2657,7 @@ u32 GPU3D::Read32(u32 addr) noexcept
return DispCnt;
case 0x04000320:
return RDLinesDisplay; // IT IS TIME
return RDLines; // IT IS TIME
case 0x04000600:
{