mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2025-02-21 06:32:57 +00:00
Clean up some config text
This commit is contained in:
parent
cfca15d40d
commit
97de620cfd
@ -38,7 +38,7 @@ namespace melonds::config::definitions {
|
||||
"Select a firmware image to use for DS mode. "
|
||||
"Files listed here must be:\n"
|
||||
"\n"
|
||||
"- Placed inside the frontend's system directory, or a subdirectory named \"melonDS DS\" or \"melonDS\".\n"
|
||||
"- Placed inside the frontend's system directory, or a subdirectory named \"melonDS DS\".\n"
|
||||
"- Exactly 131,072 bytes (128KB), 262,144 bytes (256KB), or 524,288 bytes (512KB).\n"
|
||||
"\n"
|
||||
"Defaults to Built-In if no firmware image is available. "
|
||||
@ -62,7 +62,7 @@ namespace melonds::config::definitions {
|
||||
"Select a firmware image to use for DSi mode. "
|
||||
"Files listed here must be:\n"
|
||||
"\n"
|
||||
"- Placed inside the frontend's system directory, or a subdirectory named \"melonDS DS\" or \"melonDS\".\n"
|
||||
"- Placed inside the frontend's system directory, or a subdirectory named \"melonDS DS\".\n"
|
||||
"- Exactly 131,072 bytes (128KB), 262,144 bytes (256KB), or 524,288 bytes (512KB).\n"
|
||||
"\n"
|
||||
"Defaults to Built-In if no firmware image is available. "
|
||||
@ -111,8 +111,8 @@ namespace melonds::config::definitions {
|
||||
nullptr,
|
||||
"Overrides the language mode of the emulated console.\n"
|
||||
"\n"
|
||||
"- Use Host: Uses the frontend's language if supported by the DS, or English if not.\n"
|
||||
"- Don't Override: Doesn't override firmware defines.\n"
|
||||
"Use Host: Uses the frontend's language if supported by the DS, or English if not.\n"
|
||||
"Don't Override: Doesn't override firmware defines.\n"
|
||||
"\n"
|
||||
"Not every game honors this setting. "
|
||||
"Takes effect at next restart.",
|
||||
@ -137,10 +137,10 @@ namespace melonds::config::definitions {
|
||||
nullptr,
|
||||
"Overrides the username given to the emulated console.\n"
|
||||
"\n"
|
||||
"- Don't Override: Uses whatever name is defined on the firmware.\n"
|
||||
"- Guess: Try to get your username from the frontend. "
|
||||
"Don't Override: Uses whatever name is defined on the firmware.\n"
|
||||
"Guess: Try to get your username from the frontend. "
|
||||
"If that fails, try the USER, USERNAME, and LOGNAME environment variables.\n"
|
||||
"- melonDS DS: Uses \"melonDS DS\". "
|
||||
"melonDS DS: Uses \"melonDS DS\". "
|
||||
"This is the default if nothing else works.\n"
|
||||
"\n"
|
||||
"Names are truncated to 10 characters. "
|
||||
|
@ -61,15 +61,14 @@ namespace melonds::config::definitions {
|
||||
},
|
||||
melonds::config::values::ENABLED
|
||||
},
|
||||
|
||||
retro_core_option_v2_definition {
|
||||
config::system::USE_EXTERNAL_BIOS,
|
||||
"Use external BIOS if available",
|
||||
"Use native BIOS if available",
|
||||
nullptr,
|
||||
"If enabled, melonDS will attempt to load a BIOS file from the system directory. "
|
||||
"If no valid BIOS is present, melonDS will fall back to its built-in FreeBIOS. "
|
||||
"Note that GBA connectivity requires a native BIOS. "
|
||||
"Takes effect at the next restart. "
|
||||
"Use native BIOS files from the \"melonDS DS\" folder in the system directory if enabled and available, "
|
||||
"falling back to the built-in FreeBIOS if not. "
|
||||
"DS mode only; DSi mode and GBA connectivity each require a native BIOS. "
|
||||
"Changes take effect at the next restart. "
|
||||
"If unsure, leave this enabled.",
|
||||
nullptr,
|
||||
melonds::config::system::CATEGORY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user