Changed AVOID_UB to NON_MATCHING and fix a bug

This commit is contained in:
dbalatoni13 2025-04-16 17:09:12 +02:00
parent 3c731721fa
commit e8cfae9e7e
5 changed files with 11 additions and 8 deletions

View file

@ -3,9 +3,11 @@
#include "game/init.h"
#include "dolphin/mtx.h"
#include <stdint.h>
#include "port/byteswap.h"
#ifndef __MWERKS__
#include "game/hsfdraw.h"
#endif
#define SPRITE_DIRTY_ATTR 0x1
#define SPRITE_DIRTY_XFORM 0x2