Rename name to param to represent that it is the parameter. Add pixel writing code, add rectangle rendering code. Implement ROP, Rectangle and Clip class methods. However, the drivers BSOD.

This commit is contained in:
starfrost013
2025-03-21 00:50:29 +00:00
parent 97e85efffb
commit 69c4b11f7b
32 changed files with 395 additions and 89 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 video_rop_gdi_ternary(int32_t rop, int32_t src, int32_t dst, int32_t pattern);