CheatList: Preserve comments in PCSXR format files

This commit is contained in:
Connor McLaughlin
2020-10-21 20:41:44 +10:00
parent abc035b15a
commit 39a61d2207
2 changed files with 15 additions and 0 deletions

View File

@ -61,6 +61,7 @@ struct CheatCode
std::string group;
std::string description;
std::vector<Instruction> instructions;
std::string comments;
Type type = Type::Gameshark;
Activation activation = Activation::EndFrame;
bool enabled = false;