Fix no IDA output when creating a Visual Studio solution
This commit is contained in:
@@ -177,11 +177,10 @@ namespace Il2CppInspector
|
|||||||
else
|
else
|
||||||
csOut += imageSuffix;
|
csOut += imageSuffix;
|
||||||
|
|
||||||
if (options.CreateSolution) {
|
if (options.CreateSolution)
|
||||||
writer.WriteSolution(csOut, unityPath, unityAssembliesPath);
|
writer.WriteSolution(csOut, unityPath, unityAssembliesPath);
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
else
|
||||||
switch (options.LayoutSchema.ToLower(), options.SortOrder.ToLower()) {
|
switch (options.LayoutSchema.ToLower(), options.SortOrder.ToLower()) {
|
||||||
case ("single", "index"):
|
case ("single", "index"):
|
||||||
writer.WriteSingleFile(csOut, t => t.Index);
|
writer.WriteSingleFile(csOut, t => t.Index);
|
||||||
|
|||||||
Reference in New Issue
Block a user