Cheats & Ram Search - ditto
This commit is contained in:
parent
c8e8cee822
commit
4bc5ee663c
|
@ -402,6 +402,7 @@ namespace BizHawk.MultiClient
|
||||||
SaveCheatFile(file.FullName);
|
SaveCheatFile(file.FullName);
|
||||||
currentCheatFile = file.FullName;
|
currentCheatFile = file.FullName;
|
||||||
MessageLabel.Text = Path.GetFileName(currentCheatFile) + " saved.";
|
MessageLabel.Text = Path.GetFileName(currentCheatFile) + " saved.";
|
||||||
|
Global.Config.RecentCheats.Add(currentCheatFile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1312,6 +1312,7 @@ namespace BizHawk.MultiClient
|
||||||
SaveSearchFile(file.FullName);
|
SaveSearchFile(file.FullName);
|
||||||
currentSearchFile = file.FullName;
|
currentSearchFile = file.FullName;
|
||||||
OutputLabel.Text = Path.GetFileName(currentSearchFile) + " saved.";
|
OutputLabel.Text = Path.GetFileName(currentSearchFile) + " saved.";
|
||||||
|
Global.Config.RecentSearches.Add(currentSearchFile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue