Changed AVOID_UB to NON_MATCHING and fix a bug (#585)

This commit is contained in:
Dávid Balatoni 2025-04-16 17:12:02 +02:00 committed by GitHub
parent 3c731721fa
commit 59c19c8046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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