SDL_Texture streaming in ROM, dungeon housekeeping

This commit is contained in:
scawful
2023-11-26 16:50:29 -05:00
parent d2fa9c0c53
commit e529e6ca34
3 changed files with 21 additions and 8 deletions

View File

@@ -188,7 +188,7 @@ class DungeonObjectRenderer : public SharedROM {
emu::MemoryImpl memory_;
emu::ClockImpl clock_;
emu::CPU cpu{memory_, clock_};
emu::PPU ppu{memory_, clock_};
emu::Ppu ppu{memory_, clock_};
gfx::Bitmap bitmap_;
PseudoVram vram_;
};