summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r--src/core/hw/gpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h
index 0c7dffec3..58058d732 100644
--- a/src/core/hw/gpu.h
+++ b/src/core/hw/gpu.h
@@ -22,6 +22,14 @@ struct Registers {
22 FramebufferSubRight1 = 0x1EF00594, // Sub LCD, unused first framebuffer 22 FramebufferSubRight1 = 0x1EF00594, // Sub LCD, unused first framebuffer
23 FramebufferSubRight2 = 0x1EF00598, // Sub LCD, unused second framebuffer 23 FramebufferSubRight2 = 0x1EF00598, // Sub LCD, unused second framebuffer
24 24
25 DisplayInputBufferAddr = 0x1EF00C00,
26 DisplayOutputBufferAddr = 0x1EF00C04,
27 DisplayOutputBufferSize = 0x1EF00C08,
28 DisplayInputBufferSize = 0x1EF00C0C,
29 DisplayTransferFlags = 0x1EF00C10,
30 // Unknown??
31 DisplayTriggerTransfer = 0x1EF00C18,
32
25 CommandListSize = 0x1EF018E0, 33 CommandListSize = 0x1EF018E0,
26 CommandListAddress = 0x1EF018E8, 34 CommandListAddress = 0x1EF018E8,
27 ProcessCommandList = 0x1EF018F0, 35 ProcessCommandList = 0x1EF018F0,