yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
emulator_service_impl.cc File Reference
#include "cli/service/agent/emulator_service_impl.h"
#include "app/emu/emulator.h"
#include "app/service/screenshot_utils.h"
#include "app/emu/input/input_backend.h"
#include "app/emu/debug/breakpoint_manager.h"
#include "app/emu/debug/watchpoint_manager.h"
#include "app/emu/debug/disassembly_viewer.h"
#include "absl/strings/escaping.h"
#include "absl/strings/str_format.h"
#include <fstream>
#include <thread>

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::agent
 
namespace  yaze::agent::anonymous_namespace{emulator_service_impl.cc}
 

Functions

emu::input::SnesButton yaze::agent::anonymous_namespace{emulator_service_impl.cc}::ToSnesButton (Button button)
 
emu::BreakpointManager::Type yaze::agent::ToBreakpointType (BreakpointType proto_type)
 
emu::BreakpointManager::CpuType yaze::agent::ToCpuType (CpuType proto_cpu)
 
BreakpointType yaze::agent::ToProtoBreakpointType (emu::BreakpointManager::Type type)
 
CpuType yaze::agent::ToProtoCpuType (emu::BreakpointManager::CpuType cpu)