mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-26 00:56:45 +00:00
[dist, docs] Clearer wording for settings, guidelines for new settings (#2570)
Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user