1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Make SpecialMicrocodeInfo::text const to fix warnings.

This commit is contained in:
Sergey Lipskiy 2014-03-14 17:03:07 +07:00
parent b2a260a055
commit 936f918f96

2
GBI.h
View File

@ -674,7 +674,7 @@ struct SpecialMicrocodeInfo
u32 type;
u32 NoN;
u32 crc;
char *text;
const char *text;
};
struct MicrocodeInfo