diff options
author | notaz | 2011-12-20 23:49:22 +0200 |
---|---|---|
committer | notaz | 2011-12-21 22:42:27 +0200 |
commit | 85e76515640941eccafc0ed086d7bbf5a8fe0400 (patch) | |
tree | 72a2972debe868888bd87729085bf0689a0e78a2 /plugins/gpu_neon/psx_gpu | |
parent | 2bbbb7af9194079f8862b4e9ed2bb762f876e9c1 (diff) | |
download | pcsx_rearmed-85e76515640941eccafc0ed086d7bbf5a8fe0400.tar.gz pcsx_rearmed-85e76515640941eccafc0ed086d7bbf5a8fe0400.tar.bz2 pcsx_rearmed-85e76515640941eccafc0ed086d7bbf5a8fe0400.zip |
gpu_neon/psx_gpu: remove unused psx_gpu_alt
saves a lot of address space
Diffstat (limited to 'plugins/gpu_neon/psx_gpu')
-rw-r--r-- | plugins/gpu_neon/psx_gpu/psx_gpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu.c b/plugins/gpu_neon/psx_gpu/psx_gpu.c index c9175df..0f73f41 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu.c +++ b/plugins/gpu_neon/psx_gpu/psx_gpu.c @@ -2760,8 +2760,6 @@ char *render_block_flag_strings[] = (triangle_y_direction_##direction_c << 4) | \ (triangle_winding_##winding << 6)) \ -psx_gpu_struct __attribute__((aligned(64))) psx_gpu_alt; - void render_triangle(psx_gpu_struct *psx_gpu, vertex_struct *vertexes, u32 flags) { |