#include "cli/handlers/rom/mock_rom.h"
#include <vector>
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/strings/str_format.h"
#include "app/core/project.h"
#include "app/zelda3/zelda3_labels.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::cli |
Namespace for the command line interface. | |
Functions | |
ABSL_DECLARE_FLAG (bool, mock_rom) | |
absl::Status | yaze::cli::InitializeMockRom (Rom &rom) |
Initialize a mock ROM for testing without requiring an actual ROM file. | |
bool | yaze::cli::ShouldUseMockRom () |
Check if mock ROM mode should be used based on flags. | |
ABSL_DECLARE_FLAG | ( | bool | , |
mock_rom | |||
) |