naomi2: vf4tuned cheat/hack to skip DIMM fw version check

This commit is contained in:
Flyinghead 2022-01-28 20:02:07 +01:00
parent e5d517dad2
commit 010d257b69
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ void CheatManager::reset(const std::string& gameId)
if (!cheatFile.empty())
loadCheatFile(cheatFile);
#endif
if (gameId == "VF4 FINAL TUNED JAPAN")
{
active = true;
cheats.push_back({ Cheat::Type::setValue, "Skip DIMM version check", true, 16, 0x000205c6, 9 });
}
}
widescreen_cheat = nullptr;
if (!config::WidescreenGameHacks)