Skip to content

Commit

Permalink
Fix psv sdk argument
Browse files Browse the repository at this point in the history
  • Loading branch information
SilicaAndPina authored and SilicaAndPina committed Dec 14, 2021
1 parent 60d7c6c commit 80dbd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GayMaker/GayMaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private bool CompileProject(string Src, string Dst, bool YYC=false)
string args;
if(HasShaders && !YYC)
{
args = "/c /m=psvita /config=\"Default\" /tgt=2147483648 /obob=True /obpp=False /obru=True /obes=False /i=3 /cvm /tp="+TP.InnerText+" /mv=1 /iv=0 /rv=0 /bv="+ versionBit +" /sh=" + SH.InnerText +" / psvitasdk=\""+Directory.GetCurrentDirectory()+"\\psvitasdk\" /gn=\"" + AppName.Text + "\" /o=\"" + Dst + "\" \"" + Src + "\"";
args = "/c /m=psvita /config=\"Default\" /tgt=2147483648 /obob=True /obpp=False /obru=True /obes=False /i=3 /cvm /tp="+TP.InnerText+" /mv=1 /iv=0 /rv=0 /bv="+ versionBit +" /sh=" + SH.InnerText +" /psvitasdk=\""+Directory.GetCurrentDirectory()+"\\psvitasdk\" /gn=\"" + AppName.Text + "\" /o=\"" + Dst + "\" \"" + Src + "\"";
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion latest.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.6~https://github.com/KuromeSan/GayMaker/releases/download/v1.7.6/GayMaker.1.7.6.zip
1.7.7~https://github.com/KuromeSan/GayMaker/releases/download/v1.7.7/GayMaker.1.7.7.zip

0 comments on commit 80dbd5d

Please sign in to comment.