mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 02:47:49 +00:00
GPU: Properly implement memory fills.
This commit is contained in:
parent
745b42d236
commit
0da6a7e234
4 changed files with 76 additions and 31 deletions
|
@ -109,9 +109,13 @@ struct Command {
|
|||
u32 start1;
|
||||
u32 value1;
|
||||
u32 end1;
|
||||
|
||||
u32 start2;
|
||||
u32 value2;
|
||||
u32 end2;
|
||||
|
||||
u16 control1;
|
||||
u16 control2;
|
||||
} memory_fill;
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue