mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
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:
parent
2603b97366
commit
f12a2bbbb7
18 changed files with 593 additions and 335 deletions
9
soh/include/gfx.h
Normal file
9
soh/include/gfx.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue