X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fpsx_gpu.h;h=49425ceba13c1d64b3263dec7d11c0e0efb5660a;hp=15d9469696b43ac5172893af87d59d272fcba638;hb=e8c0e0bb6288aeeb2a4cb6709608340836778886;hpb=75e28f62b2a50044b58075d63d207409e0148409 diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu.h b/plugins/gpu_neon/psx_gpu/psx_gpu.h index 15d94696..49425ceb 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu.h +++ b/plugins/gpu_neon/psx_gpu/psx_gpu.h @@ -186,7 +186,6 @@ typedef struct edge_data_struct span_edge_data[MAX_SPANS]; u32 span_b_offset[MAX_SPANS]; - u16 _vram[1024 * 512]; u8 texture_4bpp_cache[32][256 * 256]; u8 texture_8bpp_even_cache[16][256 * 256]; u8 texture_8bpp_odd_cache[16][256 * 256]; @@ -232,7 +231,7 @@ u32 texture_region_mask(s32 x1, s32 y1, s32 x2, s32 y2); void flush_render_block_buffer(psx_gpu_struct *psx_gpu); -void initialize_psx_gpu(psx_gpu_struct *psx_gpu); +void initialize_psx_gpu(psx_gpu_struct *psx_gpu, u16 *vram); void gpu_parse(psx_gpu_struct *psx_gpu, u32 *list, u32 size); void triangle_benchmark(psx_gpu_struct *psx_gpu);