Skip to content

Commit c1c6b3d

Browse files
committed
Fix P5R PC BMDs not using P5R Library
1 parent 7e849dd commit c1c6b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ private string GetArguments(string droppedFilePath, string extension, string com
253253
break;
254254
case "Persona 5 Royal (PC/Switch)":
255255
//encodingArg = "-Encoding P5R_EFIGS";
256-
if (extension != ".BMD")
256+
//if (extension != ".BMD")
257257
libraryArg = "-Library P5R";
258258
if (extension == ".MSG")
259259
outFormatArg = "-OutFormat V1BE";

0 commit comments

Comments
 (0)