X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.c;h=990fc520d86977fcecdc2c1c75000d476b2597ed;hp=978f4d1e8c90f0fbc9770cde3f4344366344e75f;hb=096ec49b4bae537b45c4b7178af6ad97c6bfabb2;hpb=ee318a534ddda786d3727584cc6784bc5729276d diff --git a/plugins/gpu_neon/gpu.c b/plugins/gpu_neon/gpu.c index 978f4d1e..990fc520 100644 --- a/plugins/gpu_neon/gpu.c +++ b/plugins/gpu_neon/gpu.c @@ -472,15 +472,15 @@ uint32_t GPUreadStatus(void) return ret; } -typedef struct GPUFREEZETAG +struct GPUFreeze { uint32_t ulFreezeVersion; // should be always 1 for now (set by main emu) uint32_t ulStatus; // current gpu status uint32_t ulControl[256]; // latest control register values unsigned char psxVRam[1024*1024*2]; // current VRam image (full 2 MB for ZN) -} GPUFreeze_t; +}; -long GPUfreeze(uint32_t type, GPUFreeze_t *freeze) +long GPUfreeze(uint32_t type, struct GPUFreeze *freeze) { int i;