Cheats & Ram Search - ditto

This commit is contained in:
andres.delikat 2011-06-26 19:03:16 +00:00
parent c8e8cee822
commit 4bc5ee663c
2 changed files with 2 additions and 0 deletions

View File

@ -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);
} }
} }

View File

@ -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);
} }
} }