Finishing the bases of the QT renderer

This commit is contained in:
Anonymus Raccoon
2020-02-16 03:23:26 +01:00
parent ad5aacbf56
commit 6ff4de3e0b
14 changed files with 81 additions and 38 deletions
-1
View File
@@ -18,7 +18,6 @@ namespace ComSquare
sram(new Ram::Ram(this->cartridge->header.sramSize))
{
bus->mapComponents(*this);
renderer.setWindowName(this->cartridge->header.gameName);
}
void SNES::enableCPUDebugging()