| 453 | } |
| 454 | |
| 455 | void EXEReader::FileInfo::Print() const { |
| 456 | Output::Debug("RPG_RT information: version={} logos={} code={:#x} cherry={:#x} geep={:#x} arch={} easyrpg={}", version_str, logos, code_size, cherry_size, geep_size, kMachineTypes[machine_type], is_easyrpg_player); |
| 457 | } |
| 458 | |
| 459 | int EXEReader::FileInfo::GetEngineType(bool& is_maniac_patch) const { |
| 460 | is_maniac_patch = false; |