mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-02 13:20:36 +00:00
Infinity Base: Figure Name Fix
This commit is contained in:
parent
cf3e8714eb
commit
2c98efaa5c
@ -738,7 +738,7 @@ std::string InfinityBase::FindFigure(u32 number) const
|
|||||||
return it->first;
|
return it->first;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return "";
|
return "Unknown Figure";
|
||||||
}
|
}
|
||||||
|
|
||||||
u8 InfinityBase::DeriveFigurePosition(u8 position)
|
u8 InfinityBase::DeriveFigurePosition(u8 position)
|
||||||
|
@ -139,8 +139,6 @@ void InfinityBaseWindow::LoadFigure(u8 slot)
|
|||||||
|
|
||||||
s_last_figure_path = QFileInfo(file_path).absolutePath() + QLatin1Char('/');
|
s_last_figure_path = QFileInfo(file_path).absolutePath() + QLatin1Char('/');
|
||||||
|
|
||||||
m_edit_figures[slot]->setText(QFileInfo(file_path).fileName());
|
|
||||||
|
|
||||||
LoadFigurePath(slot, file_path);
|
LoadFigurePath(slot, file_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user