Update to bsnes v045r09 release.

[No changelog available]
This commit is contained in:
byuu
2009-04-30 20:58:39 +00:00
parent 5f96547beb
commit 3c42e6caa0
333 changed files with 34968 additions and 5315 deletions

View File

@@ -1,5 +1,8 @@
#include <../base.hpp>
#define CHEAT_CPP
namespace SNES {
Cheat cheat;
Cheat::cheat_t& Cheat::cheat_t::operator=(const Cheat::cheat_t& source) {
@@ -390,3 +393,5 @@ string& Cheat::decode_description(string &desc) const {
desc.replace("\\n", "\n");
return desc;
}
};