Skip to content

Commit b2bb76d

Browse files
Fixed transparency optimization on ef936x (mo5, pc128op, to8).
1 parent 1e8cb19 commit b2bb76d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ugbc/src/hw/ef936x.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,6 +2034,8 @@ void ef936x_put_image( Environment * _environment, Resource * _image, char * _x,
20342034
_environment->transparencyUsed = 1;
20352035
outline1("LDD %s", _flags );
20362036
outline0("STD <IMAGET" );
2037+
} else {
2038+
outline0("CLR <IMAGEF" );
20372039
}
20382040

20392041
outline0("JSR PUTIMAGE");

0 commit comments

Comments
 (0)