dynamic renderer seems to work but have some resize/ratio issues

This commit is contained in:
Clément Le Bihan
2021-07-26 16:32:46 +02:00
parent 87aabbfce4
commit 620ccb3e80
4 changed files with 27 additions and 19 deletions
@@ -40,6 +40,8 @@ namespace ComSquare::Debugger
//! @brief Change the bpp from the index given by the ui (QT combo box)
void _bppChangeUIHandler(int index);
Vector2<unsigned> _currentRendererSize;
public:
//! @brief ctor
explicit TileViewer(SNES &snes, ComSquare::PPU::PPU &ppu);