mirror of
https://github.com/n64decomp/mk64
synced 2026-06-13 05:16:09 -04:00
match func_80099AEC and fix some warnings (#699)
* match func_80099AEC and fix some warnings
This commit is contained in:
committed by
GitHub
parent
731b24eabf
commit
809450525a
@@ -1809,6 +1809,7 @@ void render_texture_tile_rgba32_block(s16 x, s16 y, u8* texture, u32 width, u32
|
||||
gSPDisplayList(gDisplayListHead++, D_0D007EB8);
|
||||
}
|
||||
#else
|
||||
void render_texture_tile_rgba32_block(s16 x, s16 y, u8* texture, u32 width, u32 height);
|
||||
GLOBAL_ASM("asm/non_matchings/render_objects/render_texture_tile_rgba32_block.s")
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user