drc: move constmap out of regstat
[pcsx_rearmed.git] / plugins / gpu_unai / port.h
index 3561acd..238b98b 100644 (file)
@@ -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);