Changed AVOID_UB to NON_MATCHING and fix a bug (#585)
This commit is contained in:
parent
3c731721fa
commit
59c19c8046
5 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue