RomLoader - remove no longer accurate comment

This commit is contained in:
adelikat 2020-05-16 14:09:27 -05:00
parent 71698d5571
commit b4b0debd59
1 changed files with 1 additions and 2 deletions

View File

@ -214,8 +214,7 @@ namespace BizHawk.Client.Common
return discs;
}
public bool LoadRom(string path, CoreComm nextComm, string launchLibretroCore, bool forceAccurateCore = false,
int recursiveCount = 0) // forceAccurateCore is currently just for Quicknes vs Neshawk but could be used for other situations
public bool LoadRom(string path, CoreComm nextComm, string launchLibretroCore, bool forceAccurateCore = false, int recursiveCount = 0)
{
if (recursiveCount > 1) // hack to stop recursive calls from endlessly rerunning if we can't load it
{