Reduced dreamcast detection time by a factor of 10
This commit is contained in:
parent
420aec7870
commit
688015bde8
|
@ -298,7 +298,7 @@ namespace BizHawk.Emulation.DiscSystem
|
||||||
//asni - slightly longer running than the others due to its brute-force nature. Should run later in the method
|
//asni - slightly longer running than the others due to its brute-force nature. Should run later in the method
|
||||||
bool DetectDreamcast()
|
bool DetectDreamcast()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 10000; i++)
|
for (int i = 0; i < 1000; i++)
|
||||||
{
|
{
|
||||||
if (SectorContains("segakatana", i))
|
if (SectorContains("segakatana", i))
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue