mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +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(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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user