mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
- Improved PPU decoder
This commit is contained in:
parent
1f6a7560e4
commit
4486cbb855
10 changed files with 902 additions and 500 deletions
|
@ -281,7 +281,7 @@ public:
|
|||
if(m_count == 0) return;
|
||||
|
||||
m_count = 0;
|
||||
safe_delete(m_array);
|
||||
safe_free(m_array);
|
||||
}
|
||||
|
||||
inline T& Get(const u64 num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue