mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 02:23:49 +00:00
Updating the app to use QT
This commit is contained in:
+3
-3
@@ -204,9 +204,9 @@ namespace ComSquare::PPU
|
||||
{
|
||||
(void)cycles;
|
||||
int inc = 0;
|
||||
//uint32_t pixelTmp = 0xFFFFFFFF;
|
||||
//pixelTmp |= this->_inidisp.brightness;
|
||||
//std::cout << "update" << std::endl;
|
||||
uint32_t pixelTmp = 0xFFFFFFFF;
|
||||
pixelTmp |= this->_inidisp.brightness;
|
||||
std::cout << "update" << std::endl;
|
||||
if (!this->_inidisp.fblank) {
|
||||
for (int x = 0; x < 448; x++) {
|
||||
for (int y = 0; y < 512; y++) {
|
||||
|
||||
Reference in New Issue
Block a user