aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-17 19:34:41 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-17 19:34:41 +0100
commit261689d3d123df541bb201babfa06a02861e2aaa (patch)
tree4cbe6fbeb86c45874c9ad20e8f2f793984221d0e /GPU3D.h
parent97d76addd9c876a3438e8af1f83acc8bd20be70a (diff)
'FIFO full' hack for SM64DS.
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index cbb8234..c95e3b7 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -56,6 +56,8 @@ bool Init();
void DeInit();
void Reset();
+void ExecuteCommand();
+
void Run(s32 cycles);
void CheckFIFOIRQ();
void CheckFIFODMA();