using librw GS alpha test emulation

This commit is contained in:
aap 2020-04-25 12:16:50 +02:00
commit f15a5ac0f9
5 changed files with 36 additions and 22 deletions

View file

@ -1,5 +1,7 @@
#pragma once
extern bool gPS2alphaTest;
void *RwMallocAlign(RwUInt32 size, RwUInt32 align);
void RwFreeAlign(void *mem);