mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
Keys names opacity
Test only
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ unsigned char *mbuffer=(unsigned char *)surf;
|
|||||||
|
|
||||||
for(yrepeat = y; yrepeat < y+ surfh; yrepeat++)
|
for(yrepeat = y; yrepeat < y+ surfh; yrepeat++)
|
||||||
for(xrepeat = x; xrepeat< x+surfw; xrepeat++,yptr++)
|
for(xrepeat = x; xrepeat< x+surfw; xrepeat++,yptr++)
|
||||||
if(*yptr!=0)mbuffer[xrepeat+yrepeat*VIRTUAL_WIDTH] = *yptr;
|
if(*yptr!=0)mbuffer[xrepeat+yrepeat*VIRTUAL_WIDTH] = (mbuffer[xrepeat+yrepeat*VIRTUAL_WIDTH]/2) + (*yptr/2);
|
||||||
|
|
||||||
free(linesurf);
|
free(linesurf);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user