aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.h
diff options
context:
space:
mode:
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);