mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
start to test the implementation of tilerenderer
This commit is contained in:
@@ -139,4 +139,9 @@ namespace ComSquare::Debugger
|
||||
return palette;
|
||||
}
|
||||
|
||||
void TileRenderer::setCgram(std::shared_ptr<Ram::Ram> ram)
|
||||
{
|
||||
this->_cgram = std::move(ram);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user