* decal texture blending

* start implementing toon shading
* temp. revert the DMA fix, causes issues
This commit is contained in:
StapleButter
2017-04-12 20:25:54 +02:00
parent 54eeb38d3d
commit c62e160b26
4 changed files with 63 additions and 8 deletions

View File

@ -61,6 +61,8 @@ extern u32 AlphaRef;
extern s32 Viewport[4];
extern u32 RenderClearAttr1, RenderClearAttr2;
extern u16 ToonTable[32];
bool Init();
void DeInit();
void Reset();