This commit is contained in:
adelikat 2009-05-08 13:57:42 +00:00
parent 5936de5a32
commit dc86077865
3 changed files with 5 additions and 1 deletions

View File

@ -4009,7 +4009,6 @@ void SetRomName(char *filename)
if (x > 0) if (x > 0)
str = str.substr(x+1); str = str.substr(x+1);
RomName = str; RomName = str;
int y = 0;
} }
/*** /***

View File

@ -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 #ifndef RAM_SEARCH_H
#define RAM_SEARCH_H #define RAM_SEARCH_H

View File

@ -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 "main.h"
#include "resource.h" #include "resource.h"