From 52504d448167a8afc64238557f64a583cd2275d7 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Mon, 27 Jan 2020 19:33:22 +0200 Subject: [PATCH] REFACTORCAST: Fix YUV_init --- libswirl/hw/pvr/pvr_yuv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswirl/hw/pvr/pvr_yuv.cpp b/libswirl/hw/pvr/pvr_yuv.cpp index b94f69894b..56028f9dba 100644 --- a/libswirl/hw/pvr/pvr_yuv.cpp +++ b/libswirl/hw/pvr/pvr_yuv.cpp @@ -22,7 +22,7 @@ static ASIC* asic; void YUV_init(ASIC* asic) { - asic = asic; + ::asic = asic; YUV_x_curr = 0; YUV_y_curr = 0;