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