mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 16:43:35 +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