Migrate s32->int, u32->uint; fix dolphin/types.h

This commit is contained in:
2022-09-05 00:01:13 -04:00
parent 78022784ef
commit 7eb08b6ee8
73 changed files with 413 additions and 410 deletions

View File

@@ -8,8 +8,8 @@
#define kInvalidAssetId 0xFFFFFFFFu
typedef u32 CAssetId;
typedef u32 FourCC;
typedef uint CAssetId;
typedef uint FourCC;
struct SObjectTag {
FourCC type;