File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -394,14 +394,15 @@ public static bool IsVoid()
394
394
if ( File . Exists ( Path . Combine ( pluginsx86Directory , "steam_api64.dll" ) ) )
395
395
{
396
396
string gamesteamapimd5 = Utils . CalculateMD5 ( Path . Combine ( pluginsx86Directory , "steam_api64.dll" ) ) ;
397
- if ( gamesteamapimd5 == "0276b122929fcd74fee949142d65f6a2" || gamesteamapimd5 == "2a905fbd9833970217ae3fe83118929b" )
397
+ if ( gamesteamapimd5 == "0276b122929fcd74fee949142d65f6a2" || gamesteamapimd5 == "2a905fbd9833970217ae3fe83118929b" || gamesteamapimd5 == "37a7e0deae6e7bd1154f8fd059f9a241" )
398
398
{
399
399
return true ;
400
400
}
401
401
}
402
402
if ( File . Exists ( Path . Combine ( directory , "IGG-GAMES.COM.url" ) ) ||
403
403
File . Exists ( Path . Combine ( directory , "SmartSteamEmu.ini" ) ) ||
404
404
File . Exists ( Path . Combine ( directory , "GAMESTORRENT.CO.url" ) ) ||
405
+ File . Exists ( Path . Combine ( directory , "1VR魔趣_国内最大最强的Quest游戏平台.txt" ) ) ||
405
406
File . Exists ( Path . Combine ( pluginsDirectory , "BSteam crack.dll" ) ) ||
406
407
File . Exists ( Path . Combine ( pluginsDirectory , "HUHUVR_steam_api64.dll" ) ) ||
407
408
File . Exists ( Path . Combine ( pluginsx86Directory , "171VR_提供破解补丁.txt" ) ) ||
You can’t perform that action at this time.
0 commit comments