did an oupsie

This commit is contained in:
Clément Le Bihan
2020-02-14 18:10:38 +01:00
parent dcde70472c
commit c831562a7c
2 changed files with 6 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ namespace ComSquare::PPU
int inc = 0;
//uint32_t pixelTmp = 0xFFFFFFFF;
//pixelTmp |= this->_inidisp.brightness;
std::cout << "update" << std::endl;
//std::cout << "update" << std::endl;
if (!this->_inidisp.fblank) {
for (int x = 0; x < 448; x++) {
for (int y = 0; y < 512; y++) {
@@ -217,7 +217,7 @@ namespace ComSquare::PPU
}
}
}
std::cout << "cgadata2" << std::endl;
//std::cout << "cgadata2" << std::endl;
this->_renderer.drawScreen();
}