1#ifndef YAZE_APP_EMU_UI_EMULATOR_UI_H_
2#define YAZE_APP_EMU_UI_EMULATOR_UI_H_
4#include "imgui/imgui.h"
void RenderPerformanceMonitor(Emulator *emu)
Performance metrics (FPS, frame time, audio status)
void RenderKeyboardShortcuts(bool *show)
Keyboard shortcuts help overlay (F1 in modern emulators)
void RenderSnesPpu(Emulator *emu)
SNES PPU output display.
void RenderNavBar(Emulator *emu)
Navigation bar with play/pause, step, reset controls.
void RenderEmulatorInterface(Emulator *emu)
Main emulator UI interface - renders the emulator window.
Main namespace for the application.