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=d9ad416eabc980aad0e650d83b65fef472c1229b;hp=36fdef8e0f10e353510e2a34d86f0cd31183924a;hb=05740673341dbd61b23085c8cf1303f632e44f87;hpb=a805c8556900f3abca95c6b6536a9c267f8135fc diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 36fdef8e..d9ad416e 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -58,8 +58,8 @@ struct psx_gpu { } screen; struct { int x, y, w, h; - int offset; - } dma; + short int offset, is_read; + } dma, dma_start; int cmd_len; uint32_t zero; struct { @@ -97,7 +97,7 @@ 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_update_caches(int x, int y, int w, int h); void renderer_flush_queues(void); void renderer_set_interlace(int enable, int is_odd); void renderer_set_config(const struct rearmed_cbs *config);