diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-06-01 00:22:40 +0200 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-07-23 00:33:08 +0200 |
commit | ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6 (patch) | |
tree | 80ee4beb7fc5a569a40b3e8644a5c51f006b5938 /src/core/hw/gpu.h | |
parent | GSP: Implement ReadHWRegs and WriteHWRegs properly. (diff) | |
download | yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar.gz yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar.bz2 yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar.lz yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar.xz yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.tar.zst yuzu-ec9511e1db1f7ff0c2a8f86916937ea5736cdcf6.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hw/gpu.h | 8 |
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 { FramebufferSubRight1 = 0x1EF00594, // Sub LCD, unused first framebuffer FramebufferSubRight2 = 0x1EF00598, // Sub LCD, unused second framebuffer + DisplayInputBufferAddr = 0x1EF00C00, + DisplayOutputBufferAddr = 0x1EF00C04, + DisplayOutputBufferSize = 0x1EF00C08, + DisplayInputBufferSize = 0x1EF00C0C, + DisplayTransferFlags = 0x1EF00C10, + // Unknown?? + DisplayTriggerTransfer = 0x1EF00C18, + CommandListSize = 0x1EF018E0, CommandListAddress = 0x1EF018E8, ProcessCommandList = 0x1EF018F0, |