cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / gpu_unai / profiler.h
CommitLineData
0bfe8d59 1#ifndef __GPU_UNAI_GPU_PROFILER_H__
2#define __GPU_UNAI_GPU_PROFILER_H__
3
4#define pcsx4all_prof_pause(...)
5#define pcsx4all_prof_start_with_pause(...)
6#define pcsx4all_prof_end_with_resume(...)
7#define pcsx4all_prof_resume(...)
8
9#endif /* __GPU_UNAI_GPU_PROFILER_H__ */