aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.h
diff options
context:
space:
mode:
authornotaz2010-12-14 01:40:34 +0200
committernotaz2010-12-16 18:37:55 +0200
commit47bf65ab6163fb70eb2ad309c9487229832bcaed (patch)
treee0314413f0924b72a56ff0a31e66464311c16e4d /frontend/plugin.h
parentb79187510fbbf5f73daa13a5c57cc70d09d16acb (diff)
downloadpcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.tar.gz
pcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.tar.bz2
pcsx_rearmed-47bf65ab6163fb70eb2ad309c9487229832bcaed.zip
add basic .Z support
Diffstat (limited to 'frontend/plugin.h')
-rw-r--r--frontend/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/plugin.h b/frontend/plugin.h
index 48ab719..76cab25 100644
--- a/frontend/plugin.h
+++ b/frontend/plugin.h
@@ -7,6 +7,7 @@ enum builtint_plugins_e {
PLUGIN_SPU,
PLUGIN_CDR,
PLUGIN_PAD,
+ PLUGIN_CDRCIMG,
};
void *plugin_link(enum builtint_plugins_e id, const char *sym);