mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-10-06 04:51:34 +02:00
Update to bsnes v045r09 release.
[No changelog available]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user