Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 52504d4

Browse files
committed
REFACTORCAST: Fix YUV_init
1 parent 5122cdb commit 52504d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libswirl/hw/pvr/pvr_yuv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static ASIC* asic;
2222

2323
void YUV_init(ASIC* asic)
2424
{
25-
asic = asic;
25+
::asic = asic;
2626
YUV_x_curr = 0;
2727
YUV_y_curr = 0;
2828

0 commit comments

Comments
 (0)