diff --git a/Project64Savestater/MainForm.cs b/Project64Savestater/MainForm.cs index 16b8b4c..6a9cce6 100644 --- a/Project64Savestater/MainForm.cs +++ b/Project64Savestater/MainForm.cs @@ -629,12 +629,12 @@ namespace PJ64Savestater private void radTextBox1_TextChanged(object sender, EventArgs e) { - SetAction(ActionCodes.LoadSavestate, ((RadTextBox)sender).Text); + SetAction(ActionCodes.CreateSavestate, ((RadTextBox)sender).Text); } private void radTextBox2_TextChanged(object sender, EventArgs e) { - SetAction(ActionCodes.CreateSavestate, ((RadTextBox)sender).Text); + SetAction(ActionCodes.LoadSavestate, ((RadTextBox)sender).Text); } private void radButton1_Click(object sender, EventArgs e)