implement proper support for POWCNT1.

fixes #260
This commit is contained in:
StapleButter
2018-12-18 17:04:42 +01:00
parent 1b64e87115
commit dd30b417b8
8 changed files with 140 additions and 50 deletions

View File

@ -387,7 +387,7 @@ T ReadVRAM_TexPal(u32 addr)
}
void DisplaySwap(u32 val);
void SetPowerCnt(u32 val);
void StartFrame();
void FinishFrame(u32 lines);