Update comment in hi3.c

This commit is contained in:
mkrsym1 2023-06-29 12:58:57 +03:00
parent 05ed4980c5
commit d30a2aba9e

View File

@ -17,7 +17,7 @@ const struct crc_id_pair HI3_REGIONS[] = {
// Only glb for now
// It may be possible to get rid of region-specific data altogether in the future
{ 0x45221647, GAME_HI3_GLB } // glb v6.6.0
{ 0x45221647, GAME_HI3_GLB } // glb v6.7.0
};
void hi3_fill_data(struct game_data *buf) {