aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/port.h
diff options
context:
space:
mode:
authornotaz2011-06-25 01:49:35 +0300
committernotaz2011-07-08 00:15:08 +0300
commitb03e0caf5e153551cb71065ffaa4361b7f7e492b (patch)
treec192a2d7f859235c2a4867c32556500996ff8141 /plugins/gpu_unai/port.h
parent4e44d6f63e9f1af3236fbbe2f59016cd42a67d98 (diff)
downloadpcsx_rearmed-b03e0caf5e153551cb71065ffaa4361b7f7e492b.tar.gz
pcsx_rearmed-b03e0caf5e153551cb71065ffaa4361b7f7e492b.tar.bz2
pcsx_rearmed-b03e0caf5e153551cb71065ffaa4361b7f7e492b.zip
gpus: return DMA word count to avoid 1 list walk
Diffstat (limited to 'plugins/gpu_unai/port.h')
-rw-r--r--plugins/gpu_unai/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_unai/port.h b/plugins/gpu_unai/port.h
index 3561acd..238b98b 100644
--- a/plugins/gpu_unai/port.h
+++ b/plugins/gpu_unai/port.h
@@ -23,7 +23,7 @@ extern "C" {
bool GPUinit(void);
void GPUshutdown(void);
void GPUwriteDataMem(u32* dmaAddress, s32 dmaCount);
-void GPUdmaChain(u32* baseAddr, u32 dmaVAddr);
+long GPUdmaChain(u32* baseAddr, u32 dmaVAddr);
void GPUwriteData(u32 data);
void GPUreadDataMem(u32* dmaAddress, s32 dmaCount);
u32 GPUreadData(void);