fix reverse setting load and create savestate
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user