Port over decomp updates for vis* and reimplement vismono fb (#4533)

* Port over decomp updates for vis*

* move vismono framebuffer handling to file
This commit is contained in:
Archez 2024-11-09 12:51:31 -05:00 committed by GitHub
commit f12a2bbbb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 593 additions and 335 deletions

9
soh/include/gfx.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef GFX_H
#define GFX_H
// Texture memory size, 4 KiB
#define TMEM_SIZE 0x1000
// Upstream TODO: Rest of this file
#endif