From 7c49c8a2a0cd00c453425b0f88c7b117223c92f4 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Jan 2011 21:34:28 +0200 Subject: gpu_unai: pcsx-rearmed port --- plugins/gpu_unai/profiler.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/gpu_unai/profiler.h (limited to 'plugins/gpu_unai/profiler.h') diff --git a/plugins/gpu_unai/profiler.h b/plugins/gpu_unai/profiler.h new file mode 100644 index 0000000..c09c95f --- /dev/null +++ b/plugins/gpu_unai/profiler.h @@ -0,0 +1,4 @@ +#define pcsx4all_prof_pause(...) +#define pcsx4all_prof_start_with_pause(...) +#define pcsx4all_prof_end_with_resume(...) +#define pcsx4all_prof_resume(...) -- cgit v1.2.3