Used by cheats and external dialogs such as hex editor to update items in the cheat search dialog
| 1090 | |
| 1091 | //Used by cheats and external dialogs such as hex editor to update items in the cheat search dialog |
| 1092 | void UpdateCheatsAdded() |
| 1093 | { |
| 1094 | RedoCheatsLB(hCheat); |
| 1095 | UpdateCheatListGroupBoxUI(); |
| 1096 | } |
| 1097 | |
| 1098 | INT_PTR CALLBACK GGConvCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| 1099 | { |
no test coverage detected