mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
GLGSRender fix
This commit is contained in:
parent
e8a940172c
commit
7417033d7f
2 changed files with 6 additions and 2 deletions
|
|
@ -229,4 +229,9 @@ public:
|
|||
offset += sizeof(f32);
|
||||
}
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
m_storage.clear();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue