mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 14:45:37 +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;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (currentPathLength == 0)
|
||||
break;
|
||||
currentPathLength--;
|
||||
}
|
||||
}
|
||||
|
||||
if (currentPathLength == 0)
|
||||
|
Reference in New Issue
Block a user