View framebuffers

This commit is contained in:
2025-02-17 23:21:16 -05:00
parent 6142179e31
commit 2966a7c407
5 changed files with 283 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use egui::{Context, ViewportBuilder, ViewportId};
pub use game::GameWindow;
pub use gdb::GdbServerWindow;
pub use input::InputWindow;
pub use vram::{BgMapWindow, CharacterDataWindow, ObjectWindow, WorldWindow};
pub use vram::{BgMapWindow, CharacterDataWindow, FrameBufferWindow, ObjectWindow, WorldWindow};
use winit::event::KeyEvent;
use crate::emulator::SimId;