X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.h;h=76cab25918318af4f4c0481207640412ab9a4b30;hp=48ab7198b6ac6fabae07ffab1c773e6c50ec950a;hb=47bf65ab6163fb70eb2ad309c9487229832bcaed;hpb=b79187510fbbf5f73daa13a5c57cc70d09d16acb diff --git a/frontend/plugin.h b/frontend/plugin.h index 48ab7198..76cab259 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);