#include <cstdint>
#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::emu::ui |
Functions | |
void | yaze::emu::ui::RenderModernCpuDebugger (Emulator *emu) |
Modern CPU debugger with registers, flags, and controls. | |
void | yaze::emu::ui::RenderBreakpointList (Emulator *emu) |
Breakpoint list and management. | |
void | yaze::emu::ui::RenderMemoryViewer (Emulator *emu) |
Memory viewer/editor. | |
void | yaze::emu::ui::RenderCpuInstructionLog (Emulator *emu, uint32_t log_size) |
CPU instruction log (legacy, prefer DisassemblyViewer) | |
void | yaze::emu::ui::RenderApuDebugger (Emulator *emu) |
APU/Audio debugger with handshake tracker. | |
void | yaze::emu::ui::RenderAIAgentPanel (Emulator *emu) |
AI Agent panel for automated testing/gameplay. | |