mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-21 06:35:10 +00:00
did an oupsie
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user