starting window correctly and generating correct files

This commit is contained in:
Clément Le Bihan
2021-05-07 00:43:24 +02:00
parent d94c26aac3
commit da612e4b23
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include <QtWidgets/QMainWindow>
#include "../PPU/PPU.hpp"
#include "../../ui/ui_cgramView.h"
#include "../../ui/ui_tileView.h"
#include <QtCore/QSortFilterProxyModel>
#include <QEvent>
#include <QMouseEvent>
@@ -52,7 +52,7 @@ namespace ComSquare::Debugger
//! @brief A reference to the snes (to disable the debugger).
SNES &_snes;
//! @brief A widget that contain the whole UI.
Ui::CgramView _ui;
Ui::TileViewer _ui;
//! @brief A reference to the ppu
ComSquare::PPU::PPU &_ppu;
public: