rolling back, it seems there was some more issues than original thought
This commit is contained in:
parent
6fccc53080
commit
3460b0bab9
|
@ -234,7 +234,7 @@ void gbRenderLine()
|
|||
|
||||
if(y >= inUseRegister_WY) {
|
||||
|
||||
if ((gbWindowLine == -1) || (gbWindowLine>144))
|
||||
if (gbWindowLine>143)
|
||||
gbWindowLine = 0;
|
||||
|
||||
int wx = register_WX;
|
||||
|
|
Loading…
Reference in New Issue