mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Quit out instead of infinite looping if the Packaged dir can't be found
This commit is contained in:
@@ -206,7 +206,11 @@ bool GpFileSystem_Win32::Init()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if (currentPathLength == 0)
|
||||||
|
break;
|
||||||
currentPathLength--;
|
currentPathLength--;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentPathLength == 0)
|
if (currentPathLength == 0)
|
||||||
|
Reference in New Issue
Block a user