mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-07 11:48:50 -04:00
HWRasterizer: Texture forwarding
This commit is contained in:
@@ -78,7 +78,7 @@ struct Regs {
|
||||
|
||||
INSERT_PADDING_WORDS(0x4);
|
||||
|
||||
struct {
|
||||
struct MemoryFillConfig {
|
||||
u32 address_start;
|
||||
u32 address_end;
|
||||
|
||||
@@ -165,7 +165,7 @@ struct Regs {
|
||||
|
||||
INSERT_PADDING_WORDS(0x169);
|
||||
|
||||
struct {
|
||||
struct DisplayTransferConfig {
|
||||
u32 input_address;
|
||||
u32 output_address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user