aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/profiler.h
diff options
context:
space:
mode:
authornotaz2011-01-02 21:34:28 +0200
committernotaz2011-01-02 21:34:28 +0200
commit7c49c8a2a0cd00c453425b0f88c7b117223c92f4 (patch)
tree3493cd6d00ef4649e5b64c0bfdd800b85979bce1 /plugins/gpu_unai/profiler.h
parentffd0d743cceac1715686af44f80779dc877735e0 (diff)
downloadpcsx_rearmed-7c49c8a2a0cd00c453425b0f88c7b117223c92f4.tar.gz
pcsx_rearmed-7c49c8a2a0cd00c453425b0f88c7b117223c92f4.tar.bz2
pcsx_rearmed-7c49c8a2a0cd00c453425b0f88c7b117223c92f4.zip
gpu_unai: pcsx-rearmed port
Diffstat (limited to 'plugins/gpu_unai/profiler.h')
-rw-r--r--plugins/gpu_unai/profiler.h4
1 files changed, 4 insertions, 0 deletions
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(...)