#include <cstdint>
#include <vector>
#include "app/emu/snes.h"
#include "app/emu/audio/audio_backend.h"
#include "app/emu/debug/breakpoint_manager.h"
#include "app/gui/editor_card_manager.h"
#include "app/emu/debug/disassembly_viewer.h"
#include "app/emu/input/input_manager.h"
#include "app/rom.h"
Go to the source code of this file.
Classes | |
class | yaze::emu::Emulator |
A class for emulating and debugging SNES games. More... | |
struct | yaze::emu::Emulator::EmulatorMetrics |
struct | yaze::emu::Emulator::Bookmark |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gfx |
Contains classes for handling graphical data. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |