Update aurora & increase map resolution

This commit is contained in:
Luke Street
2026-04-01 00:53:08 -06:00
parent afcabde36e
commit c027b6ef6a
7 changed files with 47 additions and 17 deletions
+1 -2
View File
@@ -1403,8 +1403,7 @@ void dDlst_shadowControl_c::init() {
u16 size = l_realImageSize[i];
#ifdef TARGET_PC
// Don't need to allocate an actual texture buffer for aurora; only a placeholder
u32 buffer_size = 0x20;
u32 buffer_size = 0x20; // No need to allocate memory for texture
#else
u32 buffer_size = GXGetTexBufferSize(size, size, 5, GX_DISABLE, 0);
#endif