Add load rom file to emulator ui

This commit is contained in:
scawful
2024-04-24 23:38:00 -04:00
parent 4356bd3b08
commit 953c9a5c7f
4 changed files with 30 additions and 11 deletions

View File

@@ -143,6 +143,8 @@ class Emulator : public SharedRom {
SNES snes_;
SDL_Texture* ppu_texture_;
std::vector<uint8_t> rom_data_;
gui::zeml::Node emulator_node_;
};