mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 03:34:49 +12:00
gsp: Fix setbufferswap framebuffer selection
This commit is contained in:
parent
ca3c2550f2
commit
9417c75ca7
3 changed files with 11 additions and 8 deletions
include/PICA
|
@ -191,8 +191,7 @@ namespace PICA {
|
|||
VramBankControl = 0xB,
|
||||
GPUBusy = 0xC,
|
||||
BacklightControl = 0xBC,
|
||||
// TODO: Framebuffer regs
|
||||
Framebuffer0Size = 0x2F,
|
||||
Framebuffer0Size = 0x118,
|
||||
Framebuffer0AFirstAddr = 0x119,
|
||||
Framebuffer0ASecondAddr = 0x11A,
|
||||
Framebuffer0Config = 0x11B,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue