Implement bpixel, bformat, bpitch. Actually apply these to class 0x1C mthd 0300,0308,030c. Temporary ROP code too.

This commit is contained in:
starfrost013
2025-03-17 01:15:02 +00:00
parent 9a863caa23
commit 84f8235161
8 changed files with 92 additions and 14 deletions

View File

@@ -17,4 +17,4 @@
/* ROP */
int32_t video_rop_gdi_ternary(int32_t rop, int32_t dst, int32_t pattern, int32_t src, int32_t out);
int32_t video_rop_gdi_ternary(int32_t rop, int32_t dst, int32_t pattern, int32_t src);