mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-06 10:25:27 +00:00
atirage: Do something for hw cursor invert pixels.
Try a 50% alpha blend with black.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user