naomi: enable printer for all f355 editions

only usable in deluxe mode (f355twin, f355twn2)
This commit is contained in:
Flyinghead 2023-11-01 15:41:41 +01:00
parent 51089c5e0a
commit 29c0dca0ce
1 changed files with 1 additions and 2 deletions

View File

@ -681,8 +681,7 @@ void naomi_cart_LoadRom(const std::string& path, const std::string& fileName, Lo
}
if (gameId == " TOUCH DE UNOH -------------"
|| gameId == " TOUCH DE UNOH 2 -----------"
// only for F355 Deluxe
|| (gameId == "F355 CHALLENGE JAPAN" && romName == "f355"))
|| gameId == "F355 CHALLENGE JAPAN")
{
printer::init();
}