mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-05 03:54:32 +00:00
GPU: Fixed bug in command list size decoding.
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ struct Regs {
|
||||
INSERT_PADDING_WORDS(0x331);
|
||||
|
||||
struct {
|
||||
// command list size
|
||||
// command list size (in bytes)
|
||||
u32 size;
|
||||
|
||||
INSERT_PADDING_WORDS(0x1);
|
||||
|
||||
Reference in New Issue
Block a user