aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index 6d40753..d17cbf5 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -80,6 +80,9 @@ void Write32(u32 addr, u32 val);
namespace SoftRenderer
{
+extern u32 DispCnt;
+extern u32 AlphaRef;
+
bool Init();
void DeInit();
void Reset();