We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0630599 commit 64d1a23Copy full SHA for 64d1a23
mcc-cgb-dumper/CustomGameInfoStructs.h
@@ -4,7 +4,7 @@
4
// This is how MCC does it's short-string-optimization.
5
// The first 0x10 bytes are a buffer, if the string is less than 0x10 chars
6
// it's stored right there. Otherwise the first 8 bytes are a pointer to the chars.
7
-struct MCCString {
+struct MCCString {
8
union
9
{
10
char shortString [0x10];
0 commit comments