X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=8ad71c29e84272ed1d44ac48f2adb61c8c4e8c3d;hp=f5cc63282fa1c9fae0c9219ec6c1dc0420dee231;hb=914455e692f4720c43f4bc2122a4795e6c45bc7c;hpb=914722b27cdd4e4373418461151e223557e70559 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index f5cc6328..8ad71c29 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -89,17 +89,19 @@ extern const unsigned char cmd_lengths[256]; void do_cmd_list(uint32_t *list, int count); +struct rearmed_cbs; + int renderer_init(void); void renderer_sync_ecmds(uint32_t * ecmds); void renderer_invalidate_caches(int x, int y, int w, int h); void renderer_flush_queues(void); +void renderer_set_config(const struct rearmed_cbs *config); int vout_init(void); int vout_finish(void); /* listing these here for correct linkage if rasterizer uses c++ */ struct GPUFreeze; -struct rearmed_cbs; long GPUinit(void); long GPUshutdown(void);