Skip to content

replace config values with plan language equivalents#19232

Open
hunterk wants to merge 1 commit into
libretro:masterfrom
hunterk:menufix
Open

replace config values with plan language equivalents#19232
hunterk wants to merge 1 commit into
libretro:masterfrom
hunterk:menufix

Conversation

@hunterk

@hunterk hunterk commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

for translation purposes

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
  4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using C89_BUILD=1

Description

A pair of recent commits added some items that had MENU_ENUM_LABELs that were not in the plain-language format we use, and instead were apparently just the config value (e.g., "video_swapchain_bit_depth"). This PR just changes those to the plain language equivalents from the matching MENU_ENUM_LABEL_VALUEs.

Related Issues

none. ilDucci mentioned it on discord in #retroarch-translations.

Related Pull Requests

none

Reviewers

@LibretroAdmin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant