mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 10:48:16 -05:00
gpu: add comments for TextureCopy
This commit is contained in:
@ -225,7 +225,7 @@ struct Regs {
|
||||
INSERT_PADDING_WORDS(0x1);
|
||||
|
||||
struct {
|
||||
u32 size;
|
||||
u32 size; // The lower 4 bits are ignored
|
||||
|
||||
union {
|
||||
u32 input_size;
|
||||
|
Reference in New Issue
Block a user