mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Fix firmware installation for vfs
This commit is contained in:
parent
9138d537c8
commit
6141bc5598
5 changed files with 14 additions and 16 deletions
|
|
@ -495,7 +495,7 @@ void main_window::InstallPup(const QString& dropPath)
|
|||
}
|
||||
|
||||
tar_object dev_flash_tar(dev_flash_tar_f[2]);
|
||||
if (!dev_flash_tar.extract(fs::get_config_dir()))
|
||||
if (!dev_flash_tar.extract(Emu.GetEmuDir()))
|
||||
{
|
||||
LOG_ERROR(GENERAL, "Error while installing firmware: TAR contents are invalid.");
|
||||
QMessageBox::critical(this, tr("Failure!"), tr("Error while installing firmware: TAR contents are invalid."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue