mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
OpenGL Renderer fixes:
- Fixed Vertex & Fragment Shader Decompilers. - Fixed Transform Constants loading.
This commit is contained in:
parent
81e874c9e2
commit
f42d4b6572
15 changed files with 429 additions and 234 deletions
|
@ -141,7 +141,7 @@ public:
|
|||
virtual void SetCount(const u32 count, bool memzero = true)
|
||||
{
|
||||
if(m_count >= count) return;
|
||||
|
||||
|
||||
_InsertRoomEnd(count - m_count);
|
||||
|
||||
if(memzero) memset(m_array + m_count - count, 0, sizeof(T) * (m_count - count));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue