Solving compilation issues

This commit is contained in:
Anonymus Raccoon
2020-03-28 14:58:30 +01:00
parent 618c708df6
commit e5fbde350f
5 changed files with 31 additions and 36 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include "Debugger/CPUDebug.hpp"
#include "Debugger/APUDebug.hpp"
#include "Debugger/MemoryBusDebug.hpp"
#include "Debugger/cgramDebug.hpp"
#include "Debugger/CGramDebug.hpp"
#endif
@@ -134,7 +134,7 @@ namespace ComSquare
if (this->_cgramViewer)
this->_cgramViewer->focus();
else
this->_cgramViewer = std::make_unique<Debugger::cgramDebug>(*this, *this->ppu);
this->_cgramViewer = std::make_unique<Debugger::CGramDebug>(*this, *this->ppu);
#endif
}