merge from libretro fork
[pcsx_rearmed.git] / libpcsxcore / gpu.h
index 9dfe634..c924b67 100644 (file)
@@ -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__ */