update detection for AIRNovel

This commit is contained in:
Akash Mozumdar 2018-07-18 12:44:17 -04:00
parent a52bfd36f8
commit 4368826f2a

View File

@ -92,7 +92,7 @@ bool DeterminePCEngine()
bool DetermineEngineByFile1() bool DetermineEngineByFile1()
{ {
// Artikash 7/14/2018: AIRNovel - sample game https://vndb.org/v18814 // Artikash 7/14/2018: AIRNovel - sample game https://vndb.org/v18814
if (Util::CheckFile(L"*.swf") && Util::CheckFile(L"RIO.INI")) if (Util::CheckFile(L"*.swf"))
{ {
//InsertAdobeAirHook(); //InsertAdobeAirHook();
InsertAIRNovelHook(); InsertAIRNovelHook();