X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fgpu.h;fp=libpcsxcore%2Fgpu.h;h=ef9c71838442e975727a1618c0140e9f9c8f6f5f;hp=21384e5825e6a1a2a7a8ae9f894313bd043b7e57;hb=abf094858889145af1fde9840429dfb8a0e70a39;hpb=63b05f75121cffb317e0ef68fa90a00c7a9aabdb diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h index 21384e58..ef9c7183 100644 --- a/libpcsxcore/gpu.h +++ b/libpcsxcore/gpu.h @@ -43,4 +43,12 @@ HW_GPU_STATUS |= SWAP32(GPU_readStatus() & ~PSXGPU_TIMING_BITS); \ } +enum psx_gpu_state { + PGS_VRAM_TRANSFER_START, + PGS_VRAM_TRANSFER_END, + PGS_PRIMITIVE_START, // for non-dma only +}; + +void gpu_state_change(int what); + #endif /* __GPU_H__ */