aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin.c')
-rw-r--r--frontend/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/plugin.c b/frontend/plugin.c
index 0d244fa..cbb5558 100644
--- a/frontend/plugin.c
+++ b/frontend/plugin.c
@@ -76,6 +76,7 @@ extern long GPUdmaChain(uint32_t *,uint32_t);
extern void GPUupdateLace(void);
extern long GPUfreeze(uint32_t, void *);
extern void GPUvBlank(int, uint32_t *);
+extern void GPUrearmedCallbacks(const struct rearmed_cbs *cbs);
#define DUMMY(id, name) \
@@ -168,6 +169,7 @@ static const struct {
DIRECT_GPU(GPUdmaChain),
DIRECT_GPU(GPUfreeze),
DIRECT_GPU(GPUvBlank),
+ DIRECT_GPU(GPUrearmedCallbacks),
DUMMY_GPU(GPUdisplayText),
/*