mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-09 20:41:12 -04: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:
@@ -23,6 +23,10 @@ u16 gAudioSEFlagSwapSource[64];
|
||||
u16 gAudioSEFlagSwapTarget[64];
|
||||
u8 gAudioSEFlagSwapMode[64];
|
||||
|
||||
// Zbuffer and Color framebuffer
|
||||
u16 D_0E000000[SCREEN_WIDTH * SCREEN_HEIGHT];
|
||||
u16 D_0F000000[SCREEN_WIDTH * SCREEN_HEIGHT];
|
||||
|
||||
u8 osAppNmiBuffer[2048];
|
||||
|
||||
f32 qNaN0x10000 = 0x7F810000;
|
||||
|
||||
Reference in New Issue
Block a user