From 9586eefee991c7e7b335668fd4f72520859d3735 Mon Sep 17 00:00:00 2001 From: Falco Girgis Date: Tue, 30 Jan 2024 19:55:05 -0600 Subject: [PATCH] Next attempt. --- GL/platforms/sh4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GL/platforms/sh4.c b/GL/platforms/sh4.c index feaa930..da6c544 100644 --- a/GL/platforms/sh4.c +++ b/GL/platforms/sh4.c @@ -169,7 +169,7 @@ void SceneListSubmit(Vertex* v2, int n) { uint8_t counter = 0; sq = SQ_BASE_ADDRESS; - sq_lock(); + sq_lock((void*)PVR_TA_INPUT); for(int i = 0; i < n; ++i, ++v2) { PREFETCH(v2 + 1);