RomLoader - remove no longer accurate comment
This commit is contained in:
parent
71698d5571
commit
b4b0debd59
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue