#include "core/hack_manifest.h"#include <algorithm>#include <cctype>#include <limits>#include <filesystem>#include <fstream>#include <sstream>#include <utility>#include "absl/status/statusor.h"#include "absl/strings/str_format.h"#include "rom/snes.h"#include "util/json.h"#include "util/log.h"#include "util/macro.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::core |
| namespace | yaze::core::anonymous_namespace{hack_manifest.cc} |
Functions | |
| std::string | yaze::core::AddressOwnershipToString (AddressOwnership ownership) |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseHexAddress (const std::string &str) |
| absl::StatusOr< AddressOwnership > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseOwnership (const std::string &str) |
| bool | yaze::core::anonymous_namespace{hack_manifest.cc}::IsAsmOwned (AddressOwnership ownership) |
| uint32_t | yaze::core::anonymous_namespace{hack_manifest.cc}::NormalizeSnesAddress (uint32_t address) |