This commit is contained in:
Nishi 2026-01-19 14:22:14 +09:00
commit 58f3dbc6a9
7 changed files with 4023 additions and 0 deletions

View file

@ -36,6 +36,10 @@ typedef unsigned short GSU16;
typedef unsigned int GSU32;
typedef unsigned long GSU64;
#endif
typedef GSU8 GSBool;
#define GSTrue ((GSBool)1)
#define GSFalse ((GSBool)0)
typedef struct _GSVersion GSVersion;
typedef struct _GSEngineParam GSEngineParam;