temp stub save button

until a working solution is added
as documented in #126 , just manually edit to the XX XX A0 E3
instruction
This commit is contained in:
Kurt 2017-04-16 10:53:16 -07:00
parent 9eee50d6f3
commit 54a588c970

View File

@ -44,6 +44,7 @@ public ShinyRate()
private void B_Cancel_Click(object sender, EventArgs e) => Close();
private void B_Save_Click(object sender, EventArgs e)
{
return;
writeCodePatch();
File.WriteAllBytes(codebin, exefsData);
Close();