[dist, docs] Clearer wording for settings, guidelines for new settings (#2570)
Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: #2570 Reviewed-by: MaranBr <maranbr@eden-emu.dev> Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
324ace3cd6
commit
85b5e650cc
5 changed files with 100 additions and 88 deletions
|
@ -373,13 +373,13 @@ bool ConfigureProfileManager::LoadAvatarData() {
|
|||
const auto romfs = nca->GetRomFS();
|
||||
if (!romfs) {
|
||||
QMessageBox::warning(this, tr("Error loading archive"),
|
||||
tr("Archive does not contain romfs. It is probably corrupt."));
|
||||
tr("Could not locate RomFS. Your file or decryption keys may be corrupted."));
|
||||
return false;
|
||||
}
|
||||
const auto extracted = FileSys::ExtractRomFS(romfs);
|
||||
if (!extracted) {
|
||||
QMessageBox::warning(this, tr("Error extracting archive"),
|
||||
tr("Archive could not be extracted. It is probably corrupt."));
|
||||
tr("Could not extract RomFS. Your file or decryption keys may be corrupted."));
|
||||
return false;
|
||||
}
|
||||
const auto chara_dir = extracted->GetSubdirectory("chara");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue