less shitty texture mapping. alpha test, sort of.

This commit is contained in:
StapleButter
2017-03-15 00:10:32 +01:00
parent 671050a7f0
commit 74f291757a
3 changed files with 161 additions and 113 deletions

View File

@ -80,6 +80,9 @@ void Write32(u32 addr, u32 val);
namespace SoftRenderer
{
extern u32 DispCnt;
extern u32 AlphaRef;
bool Init();
void DeInit();
void Reset();