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

@ -56,6 +56,8 @@ u32 AttrBuffer[BufferSize * 2];
u8 StencilBuffer[256*2];
bool PrevIsShadowMask;
bool Enabled;
// threading
void* RenderThread;
@ -137,6 +139,7 @@ void Reset()
}
// Notes on the interpolator:
//
// This is a theory on how the DS hardware interpolates values. It matches hardware output