mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Fix conflicts.
This commit is contained in:
parent
c09b0f511e
commit
9816ec3aa0
35 changed files with 99 additions and 103 deletions
|
|
@ -94,6 +94,7 @@ void MemoryBlock::Free()
|
|||
void MemoryBlock::Delete()
|
||||
{
|
||||
Free();
|
||||
safe_free(mem);
|
||||
Init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue