From 65af9c2df537b6abae4e820982f27d77cc992633 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Sat, 6 Jul 2013 16:07:34 +0000 Subject: [PATCH] winport: - change url to new cheats database updates; --- desmume/src/windows/cheatsWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/cheatsWin.cpp b/desmume/src/windows/cheatsWin.cpp index f1718f97b..68da029db 100644 --- a/desmume/src/windows/cheatsWin.cpp +++ b/desmume/src/windows/cheatsWin.cpp @@ -1487,7 +1487,7 @@ bool CheatsExportDialog(HWND hwnd) { char buf2[512] = {0}; if (cheatsExport->getErrorCode() == 1) - sprintf(buf2, "Error loading cheats database. File not found\n\"%s\"\nCheck your path (Menu->Config->Path Settings->\"Cheats\")\n\nYou can download it from http://cheats.gbatemp.net/", buf); + sprintf(buf2, "Error loading cheats database. File not found\n\"%s\"\nCheck your path (Menu->Config->Path Settings->\"Cheats\")\n\nYou can download it from http://www.codemasters-project.net/vb/forumdisplay.php?44-Nintendo-DS", buf); else if (cheatsExport->getErrorCode() == 2) sprintf(buf2, "File \"%s\" is not R4 cheats database.\nWrong file format!", buf);