simplify stdio/native file paths by sharing the same code.
This commit is contained in:
@@ -931,7 +931,7 @@ void Menu::InstallFiles() {
|
||||
if (m_fs->IsNative()) {
|
||||
R_TRY(yati::InstallFromFile(pbox, &GetNative()->m_fs, GetNewPath(e)));
|
||||
} else {
|
||||
R_TRY(yati::InstallFromStdioFile(pbox, GetNewPath(e)));
|
||||
R_TRY(yati::InstallFromFile(pbox, GetNewPath(e)));
|
||||
}
|
||||
App::Notify("Installed " + e.GetName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user