From: notaz Date: Mon, 28 Aug 2023 23:10:22 +0000 (+0300) Subject: fix a minor warning X-Git-Tag: r24l~212 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6381dfc8e0d32efcfd3b53756d4d2959a5390ba5;p=pcsx_rearmed.git fix a minor warning --- 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; }