diff options
Diffstat (limited to 'GPU3D.h')
-rw-r--r-- | GPU3D.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ void Write32(u32 addr, u32 val); namespace SoftRenderer { +extern u32 DispCnt; +extern u32 AlphaRef; + bool Init(); void DeInit(); void Reset(); |