This commit is contained in:
twinaphex 2015-06-19 08:18:04 +02:00
parent a76e6c484d
commit 3a1db6e433

View File

@ -313,8 +313,10 @@ const char *menu_hash_to_str(uint32_t hash)
{
case RETRO_LANGUAGE_FRENCH:
ret = menu_hash_to_str_french(hash);
break;
case RETRO_LANGUAGE_DUTCH:
ret = menu_hash_to_str_dutch(hash);
break;
default:
break;
}