X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fgpu.h;h=c924b67b2c5880166455ed8406e6626b4248a79c;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=9dfe63475c9f976a1549f7cb8efe1192520c6d1d;hpb=acc415b3040edfcc91226955f39b405f09cca430;p=pcsx_rearmed.git diff --git a/libpcsxcore/gpu.h b/libpcsxcore/gpu.h index 9dfe6347..c924b67b 100644 --- a/libpcsxcore/gpu.h +++ b/libpcsxcore/gpu.h @@ -21,6 +21,9 @@ * that GPU plugin doesn't. */ +#ifndef __GPU_H__ +#define __GPU_H__ + #define PSXGPU_LCF (1<<31) #define PSXGPU_nBUSY (1<<26) #define PSXGPU_ILACE (1<<22) @@ -38,3 +41,5 @@ HW_GPU_STATUS &= SWAP32(PSXGPU_TIMING_BITS); \ HW_GPU_STATUS |= SWAP32(GPU_readStatus() & ~PSXGPU_TIMING_BITS); \ } + +#endif /* __GPU_H__ */