X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fprofiler.h;h=a23ee3853c01a4da672deb21eb98923cdbcdb818;hb=4cfc568dce10c4ff9a476e229c56b17f8f1ed678;hp=c09c95f55b94548438b5f3732e219513b3a4cf66;hpb=7c49c8a2a0cd00c453425b0f88c7b117223c92f4;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/profiler.h b/plugins/gpu_unai/profiler.h index c09c95f5..a23ee385 100644 --- a/plugins/gpu_unai/profiler.h +++ b/plugins/gpu_unai/profiler.h @@ -1,4 +1,9 @@ +#ifndef __GPU_UNAI_GPU_PROFILER_H__ +#define __GPU_UNAI_GPU_PROFILER_H__ + #define pcsx4all_prof_pause(...) #define pcsx4all_prof_start_with_pause(...) #define pcsx4all_prof_end_with_resume(...) #define pcsx4all_prof_resume(...) + +#endif /* __GPU_UNAI_GPU_PROFILER_H__ */