X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.h;h=e7a56453499976ec25597d74685c6f0c2b602cc9;hp=76cab25918318af4f4c0481207640412ab9a4b30;hb=201c21e2ad6be25a4b843d1434eabb432ce72884;hpb=f932e54bc49d2b211a9100f8b6f5385e0eafe64c diff --git a/frontend/plugin.h b/frontend/plugin.h index 76cab259..e7a56453 100644 --- a/frontend/plugin.h +++ b/frontend/plugin.h @@ -11,3 +11,4 @@ enum builtint_plugins_e { }; void *plugin_link(enum builtint_plugins_e id, const char *sym); +void plugin_call_rearmed_cbs(void);