Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
REFACTORCAST: Fix YUV_init
Browse files Browse the repository at this point in the history
  • Loading branch information
skmp committed Jan 27, 2020
1 parent 5122cdb commit 52504d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libswirl/hw/pvr/pvr_yuv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static ASIC* asic;

void YUV_init(ASIC* asic)
{
asic = asic;
::asic = asic;
YUV_x_curr = 0;
YUV_y_curr = 0;

Expand Down

0 comments on commit 52504d4

Please sign in to comment.