From 908e426cc1ef2187357ed8fb59edd99b8a8060c9 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Tue, 4 Aug 2020 19:49:04 +0800 Subject: Add header guards --- plugins/gpu_neon/psx_gpu/psx_gpu_offsets.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/gpu_neon/psx_gpu') diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_offsets.h b/plugins/gpu_neon/psx_gpu/psx_gpu_offsets.h index 5460e40..161384e 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_offsets.h +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_offsets.h @@ -1,3 +1,6 @@ +#ifndef __P_PSX_GPU_OFFSETS_H__ +#define __P_PSX_GPU_OFFSETS_H__ + #define psx_gpu_test_mask_offset 0x0 #define psx_gpu_uvrg_offset 0x10 #define psx_gpu_uvrg_dx_offset 0x20 @@ -56,3 +59,5 @@ #define psx_gpu_texture_4bpp_cache_offset 0x5a00 #define psx_gpu_texture_8bpp_even_cache_offset 0x205a00 #define psx_gpu_texture_8bpp_odd_cache_offset 0x305a00 + +#endif /* __P_PSX_GPU_OFFSETS_H__ */ -- cgit v1.2.3