From dc86077865ac1dc63fa301d8008a4eee09f68cfc Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 8 May 2009 13:57:42 +0000 Subject: [PATCH] credz --- desmume/src/windows/main.cpp | 1 - desmume/src/windows/ram_search.h | 3 +++ desmume/src/windows/ramwatch.cpp | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index f1ee648ce..c17c40357 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -4009,7 +4009,6 @@ void SetRomName(char *filename) if (x > 0) str = str.substr(x+1); RomName = str; - int y = 0; } /*** diff --git a/desmume/src/windows/ram_search.h b/desmume/src/windows/ram_search.h index bdf14e407..7d1cd6091 100644 --- a/desmume/src/windows/ram_search.h +++ b/desmume/src/windows/ram_search.h @@ -1,3 +1,6 @@ +//RamSearch dialog was copied and adapted from GENS11: http://code.google.com/p/gens-rerecording/ +//Authors: Upthorn, Nitsuja, adelikat + #ifndef RAM_SEARCH_H #define RAM_SEARCH_H diff --git a/desmume/src/windows/ramwatch.cpp b/desmume/src/windows/ramwatch.cpp index a7342e97d..b6d83be68 100644 --- a/desmume/src/windows/ramwatch.cpp +++ b/desmume/src/windows/ramwatch.cpp @@ -1,3 +1,5 @@ +//RamWatch dialog was copied and adapted from GENS11: http://code.google.com/p/gens-rerecording/ +//Authors: Upthorn, Nitsuja, adelikat #include "main.h" #include "resource.h"