gsp: Fix setbufferswap framebuffer selection

This commit is contained in:
GPUCode 2023-08-09 11:49:19 +03:00
parent ca3c2550f2
commit 9417c75ca7
3 changed files with 11 additions and 8 deletions
include/PICA

View file

@ -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,