mc.mitm: double size of build string data type

This commit is contained in:
ndeadly 2023-11-04 17:20:39 +01:00
parent 958616c953
commit b7399ca003

View file

@ -18,7 +18,7 @@
namespace ams::mc {
struct VersionString {
char version[32];
char version[64];
};
struct DateString {