credz
This commit is contained in:
parent
5936de5a32
commit
dc86077865
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue