notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbbb7a
)
gpu_neon/psx_gpu: remove unused psx_gpu_alt
author
notaz
<notasas@gmail.com>
Tue, 20 Dec 2011 21:49:22 +0000
(23:49 +0200)
committer
notaz
<notasas@gmail.com>
Wed, 21 Dec 2011 20:42:27 +0000
(22:42 +0200)
saves a lot of address space
plugins/gpu_neon/psx_gpu/psx_gpu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu_neon/psx_gpu/psx_gpu.c
b/plugins/gpu_neon/psx_gpu/psx_gpu.c
index
c9175df
..
0f73f41
100644
(file)
--- 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)
{