X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin.c;h=2c95a67aff2bcca22c7607925c7136c420e0a0f9;hb=59a0eb99afce1337cea26923ac6de678c5531098;hp=4ade77248a2b9b7f73ff296b2a0979a2d1cdc1dc;hpb=92e2ce8532309ab0dfa2f82122855b6b06311539;p=pcsx_rearmed.git diff --git a/frontend/plugin.c b/frontend/plugin.c index 4ade7724..2c95a67a 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -21,6 +21,7 @@ #define CALLBACK /* CDR */ +struct CdrStat; static long CALLBACK CDRinit(void) { return 0; } static long CALLBACK CDRshutdown(void) { return 0; } static long CALLBACK CDRopen(void) { return 0; }