Skip to content

Commit

Permalink
Added Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedRubyChan committed Jan 19, 2022
1 parent e0732f5 commit b00936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AtlusScriptCompilerGUI/GUI.cs
Expand Up @@ -216,7 +216,7 @@ private static string GetArgument(string droppedFilePath, string extension, stri
if (extension != ".BMD")
libraryArg = "-Library P5R";
if (extension == ".MSG")
outFormatArg = "-OutFormat V1";
outFormatArg = "-OutFormat V1"; //V1 = Persona 5 PS4 Output
if (extension == ".FLOW")
outFormatArg = "-OutFormat V3BE";
break;
Expand Down

0 comments on commit b00936b

Please sign in to comment.