#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::RenderEmulatorInterface (Emulator *emu) |
| Main emulator UI interface - renders the emulator window. | |
| void | yaze::emu::ui::RenderNavBar (Emulator *emu) |
| Navigation bar with play/pause, step, reset controls. | |
| void | yaze::emu::ui::RenderSnesPpu (Emulator *emu) |
| SNES PPU output display. | |
| void | yaze::emu::ui::RenderPerformanceMonitor (Emulator *emu) |
| Performance metrics (FPS, frame time, audio status) | |
| void | yaze::emu::ui::RenderKeyboardShortcuts (bool *show) |
| Keyboard shortcuts help overlay (F1 in modern emulators) | |