diff options
author | Exophase | 2011-12-24 03:10:16 +0200 |
---|---|---|
committer | notaz | 2011-12-24 03:10:16 +0200 |
commit | a1bef51562faf42f76de0c79b9fab38a23490d7b (patch) | |
tree | 44fd17150fd5c0c5d7473c20aa40abebc2bfdd8d /plugins | |
parent | 4be044baf017d654481aee4301325320c4c1c31c (diff) | |
download | pcsx_rearmed-a1bef51562faf42f76de0c79b9fab38a23490d7b.tar.gz pcsx_rearmed-a1bef51562faf42f76de0c79b9fab38a23490d7b.tar.bz2 pcsx_rearmed-a1bef51562faf42f76de0c79b9fab38a23490d7b.zip |
psx_gpu: bugfix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S b/plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S index fd99798..0dc7ece 100644 --- a/plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S +++ b/plugins/gpu_neon/psx_gpu/psx_gpu_arm_neon.S @@ -2002,8 +2002,6 @@ function(setup_blocks_unshaded_untextured_undithered_unswizzled_direct) 1: add span_edge_data, span_edge_data, #8 subs num_spans, num_spans, #1 - - strh num_blocks, [ psx_gpu, #psx_gpu_num_blocks_offset ] bne 0b ldmia sp!, { r4 - r11, pc } |