atirage: Do something for hw cursor invert pixels.

Try a 50% alpha blend with black.
This commit is contained in:
joevt 2024-02-26 12:57:14 -08:00 committed by dingusdev
parent 0e5fcde1e9
commit c2ab86d4ba
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}