update detection for AIRNovel
This commit is contained in:
parent
a52bfd36f8
commit
4368826f2a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user