mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
atirage: Do something for hw cursor invert pixels.
Try a 50% alpha blend with black.
This commit is contained in:
parent
0e5fcde1e9
commit
c2ab86d4ba
@ -639,6 +639,7 @@ void ATIRage::draw_hw_cursor(uint8_t *dst_buf, int dst_pitch) {
|
||||
WRITE_DWORD_BE_A(dst_row, 0);
|
||||
break;
|
||||
case 3: // 1's complement of display pixel
|
||||
WRITE_DWORD_BE_A(dst_row, 0x0000007F);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user