#include <cstdint>
#include <vector>
#include "app/emu/snes.h"
#include "app/gui/zeml.h"
#include "app/rom.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::app::emu::EmulatorKeybindings |
class | yaze::app::emu::Emulator |
A class for emulating and debugging SNES games. More... | |
struct | yaze::app::emu::Emulator::Bookmark |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::emu |
SNES Emulation and debugging tools. | |