X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpu_unai%2Fprofiler.h;fp=plugins%2Fgpu_unai%2Fprofiler.h;h=a23ee3853c01a4da672deb21eb98923cdbcdb818;hb=4cfc568dce10c4ff9a476e229c56b17f8f1ed678;hp=0000000000000000000000000000000000000000;hpb=5a920d326f0508f941d6cfc6c42500e961f82a72;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/profiler.h b/plugins/gpu_unai/profiler.h new file mode 100644 index 00000000..a23ee385 --- /dev/null +++ b/plugins/gpu_unai/profiler.h @@ -0,0 +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__ */