mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Quit out instead of infinite looping if the Packaged dir can't be found
This commit is contained in:
@@ -206,8 +206,12 @@ bool GpFileSystem_Win32::Init()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if (currentPathLength == 0)
|
||||||
|
break;
|
||||||
currentPathLength--;
|
currentPathLength--;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (currentPathLength == 0)
|
if (currentPathLength == 0)
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user