mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
French: Add drm_go2_ctx for odroidgo2
This commit is contained in:
parent
8f8fbab4f9
commit
2a579f4418
@ -1808,9 +1808,9 @@ int menu_hash_get_help_fr_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
case MENU_ENUM_LABEL_VIDEO_CTX_SCALING:
|
||||
snprintf(s, len,
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
"RGA scaling and bicubic filtering. May break widgets."
|
||||
"Mise à l'échelle RGA et filtrage bicubique. Peut affecter les widgets."
|
||||
#else
|
||||
"Hardware context scaling (if available)."
|
||||
"Mise à l'échelle selon le contexte matériel (si disponible)."
|
||||
#endif
|
||||
);
|
||||
break;
|
||||
|
@ -4312,6 +4312,17 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH,
|
||||
"Filtre bilinéaire"
|
||||
)
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
"Mise à l'échelle RGA"
|
||||
)
|
||||
#else
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
|
||||
"Mise à l'échelle spécifique au contexte"
|
||||
)
|
||||
#endif
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER,
|
||||
"Filtre logiciel"
|
||||
@ -6075,6 +6086,17 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_SMOOTH,
|
||||
"Ajoute un léger flou à l'image pour atténuer le contour des pixels bruts. Cette option a très peu d'impact sur les performances."
|
||||
)
|
||||
#ifdef HAVE_ODROIDGO2
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
|
||||
"Mise à l'échelle RGA et filtrage bicubique. Peut affecter les widgets."
|
||||
)
|
||||
#else
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
|
||||
"Mise à l'échelle selon le contexte matériel (si disponible)."
|
||||
)
|
||||
#endif
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_FILTER,
|
||||
"Applique un filtre vidéo produit par le processeur.\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user