custom_tex_manager: Allow old hash in the dumper (#6832)
This commit is contained in:
parent
35e208b447
commit
baf3ea4beb
5 changed files with 73 additions and 44 deletions
|
@ -321,12 +321,12 @@ System::ResultStatus System::Load(Frontend::EmuWindow& emu_window, const std::st
|
|||
cheat_engine = std::make_unique<Cheats::CheatEngine>(title_id, *this);
|
||||
perf_stats = std::make_unique<PerfStats>(title_id);
|
||||
|
||||
if (Settings::values.dump_textures) {
|
||||
custom_tex_manager->PrepareDumping(title_id);
|
||||
}
|
||||
if (Settings::values.custom_textures) {
|
||||
custom_tex_manager->FindCustomTextures();
|
||||
}
|
||||
if (Settings::values.dump_textures) {
|
||||
custom_tex_manager->WriteConfig();
|
||||
}
|
||||
|
||||
status = ResultStatus::Success;
|
||||
m_emu_window = &emu_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue