Capitalization fix

This commit is contained in:
sonninnos 2025-06-22 05:12:57 +03:00
parent ece640fd87
commit 8c6744145e
2 changed files with 3 additions and 3 deletions

View File

@ -880,7 +880,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZSTD_SUPPORT,
"ZStandard Support"
"Zstandard Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT,

View File

@ -496,7 +496,7 @@ static const codec_interface codec_interfaces[] =
/* V5 zstd compression */
{
CHD_CODEC_ZSTD,
"ZStandard",
"zstd (Zstandard)",
FALSE,
zstd_codec_init,
zstd_codec_free,
@ -506,7 +506,7 @@ static const codec_interface codec_interfaces[] =
/* V5 CD zstd compression */
{
CHD_CODEC_CD_ZSTD,
"cdzs (CD ZStandard)",
"cdzs (CD Zstandard)",
FALSE,
cdzs_codec_init,
cdzs_codec_free,