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 "util/grpc_win_compat.h"
#include <grpcpp/grpcpp.h>
#include <iostream>
#include <thread>
#include <chrono>
#include <fstream>
#include <unordered_set>
#include "emu/emulator.h"
#include "rom/rom.h"
#include "app/emu/debug/disassembler.h"
#include "app/service/screenshot_utils.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::net
 
namespace  yaze::net::anonymous_namespace{emulator_service_impl.cc}
 

Functions

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