aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu/psx_gpu.c
diff options
context:
space:
mode:
authorExophase2011-12-29 02:40:25 +0200
committernotaz2011-12-29 02:40:25 +0200
commitf9248bbfa31729f0d902db00269e50f2d03082ba (patch)
tree94c9fbbde0b4d18deb156929ac16eb60bf8ec3b3 /plugins/gpu_neon/psx_gpu/psx_gpu.c
parentc069dc1bff054b9e47ba7bdf9a2fc8344b90ea89 (diff)
downloadpcsx_rearmed-f9248bbfa31729f0d902db00269e50f2d03082ba.tar.gz
pcsx_rearmed-f9248bbfa31729f0d902db00269e50f2d03082ba.tar.bz2
pcsx_rearmed-f9248bbfa31729f0d902db00269e50f2d03082ba.zip
psx_gpu: fix lines
Diffstat (limited to 'plugins/gpu_neon/psx_gpu/psx_gpu.c')
-rw-r--r--plugins/gpu_neon/psx_gpu/psx_gpu.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/gpu_neon/psx_gpu/psx_gpu.c b/plugins/gpu_neon/psx_gpu/psx_gpu.c
index 49e8c8b..cc40748 100644
--- a/plugins/gpu_neon/psx_gpu/psx_gpu.c
+++ b/plugins/gpu_neon/psx_gpu/psx_gpu.c
@@ -2270,7 +2270,7 @@ void shade_blocks_unshaded_untextured_indirect(psx_gpu_struct *psx_gpu);
void shade_blocks_unshaded_untextured_direct(psx_gpu_struct *psx_gpu);
#ifndef NEON_BUILD
-
+
void shade_blocks_unshaded_untextured_indirect(psx_gpu_struct *psx_gpu)
{
}
@@ -4431,6 +4431,11 @@ void initialize_psx_gpu(psx_gpu_struct *psx_gpu, u16 *vram)
psx_gpu->mask_msb = 0;
+ psx_gpu->texture_window_x = 0;
+ psx_gpu->texture_window_y = 0;
+ psx_gpu->texture_mask_width = 0xFF;
+ psx_gpu->texture_mask_height = 0xFF;
+
memset(psx_gpu->vram_ptr, 0, sizeof(u16) * 1024 * 512);
initialize_reciprocal_table();