notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e2ce8
)
fix a minor warning
author
notaz
<notasas@gmail.com>
Mon, 28 Aug 2023 23:10:22 +0000
(
02:10
+0300)
committer
notaz
<notasas@gmail.com>
Mon, 28 Aug 2023 23:10:22 +0000
(
02:10
+0300)
frontend/plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/plugin.c
b/frontend/plugin.c
index
4ade772
..
2c95a67
100644
(file)
--- 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; }