Fixed function signature (GetCurrentScanline)
This commit is contained in:
parent
c95cf0a77d
commit
a14d5b4703
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class PPU : public IMemoryHandler, public Snapshotable
|
|||
return PPU::Instance->_cycle;
|
||||
}
|
||||
|
||||
static uint32_t GetCurrentScanline()
|
||||
static int32_t GetCurrentScanline()
|
||||
{
|
||||
return PPU::Instance->_scanline;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue