mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 22:25:11 +00:00
Adding a global goto but it still doesn't work with rectangle shadows
This commit is contained in:
@@ -23,4 +23,14 @@ namespace ComSquare::Memory
|
||||
{
|
||||
return this->_initial->write(addr, data);
|
||||
}
|
||||
|
||||
bool MemoryShadow::isMirror()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
std::shared_ptr<IMemory> MemoryShadow::getMirrored()
|
||||
{
|
||||
return this->_initial;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user