#include <rom.h>
Public Attributes | |
bool | backup = false |
bool | save_new = false |
bool | z3_save = true |
std::string | filename = "" |
bool yaze::Rom::SaveSettings::backup = false |
Definition at line 61 of file rom.h.
Referenced by yaze::cli::Backup::Run(), yaze::editor::EditorManager::SaveRom(), and yaze::Rom::SaveToFile().
bool yaze::Rom::SaveSettings::save_new = false |
Definition at line 62 of file rom.h.
Referenced by yaze::editor::EditorManager::SaveRom(), and yaze::Rom::SaveToFile().
bool yaze::Rom::SaveSettings::z3_save = true |
Definition at line 63 of file rom.h.
Referenced by yaze::Rom::SaveToFile().
std::string yaze::Rom::SaveSettings::filename = "" |
Definition at line 64 of file rom.h.
Referenced by yaze::cli::Backup::Run(), and yaze::Rom::SaveToFile().