X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.h;h=717d2fe22473e6bcb87b96fa445abb9d23369a39;hp=42b281763184740c00b4d7988b37f72be219bbd7;hb=8c84ba5f4478dd4e7cc48e86f1b023bc6b99ea9c;hpb=688bdb9526d42181368e64ceaa6828727a10188c diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h index 42b28176..717d2fe2 100644 --- a/plugins/gpulib/gpu.h +++ b/plugins/gpulib/gpu.h @@ -122,7 +122,7 @@ struct GPUFreeze; long GPUinit(void); long GPUshutdown(void); void GPUwriteDataMem(uint32_t *mem, int count); -long GPUdmaChain(uint32_t *rambase, uint32_t addr); +long GPUdmaChain(uint32_t *rambase, uint32_t addr, uint32_t *progress_addr); void GPUwriteData(uint32_t data); void GPUreadDataMem(uint32_t *mem, int count); uint32_t GPUreadData(void);