hires hax. somewhat functional

This commit is contained in:
Arisotura
2019-05-08 01:58:34 +02:00
parent 587d432677
commit fb4f972cad
6 changed files with 248 additions and 213 deletions

View File

@ -104,7 +104,6 @@ void CheckFIFODMA();
void VCount144();
void VBlank();
void VCount215();
void RequestLine(int line);
u32* GetLine(int line);
void WriteToGXFIFO(u32 val);
@ -127,7 +126,6 @@ void SetupRenderThread();
void VCount144();
void RenderFrame();
void RequestLine(int line);
u32* GetLine(int line);
}
@ -141,7 +139,6 @@ void Reset();
void VCount144();
void RenderFrame();
void RequestLine(int line);
u32* GetLine(int line);
}