CTextRenderBuffer matches

This commit is contained in:
2025-09-29 15:00:39 -07:00
parent c47ce6bac4
commit 258aa17509
10 changed files with 147 additions and 12 deletions

View File

@@ -11,7 +11,9 @@ extern "C" {
// Dolphin u32 is unsigned long
typedef unsigned int uint;
typedef signed short sshort;
typedef unsigned short ushort;
typedef signed char schar;
typedef unsigned char uchar;
// Pointer to unknown, to be determined at a later date.