X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin.c;h=2c95a67aff2bcca22c7607925c7136c420e0a0f9;hb=ec4baa7d5d08c244066f11638298e20e37f91368;hp=4ade77248a2b9b7f73ff296b2a0979a2d1cdc1dc;hpb=dbbe5b5d4bb2e2de433b8b39d45b3e46fab3f1b7;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; }