mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
- Fixed compilation errors.
This commit is contained in:
parent
b263c3ebaf
commit
f18fff08c7
3 changed files with 162 additions and 160 deletions
|
@ -198,5 +198,7 @@ private:
|
|||
void AppendUsedMem(u64 addr, u32 size);
|
||||
};
|
||||
|
||||
#include "DynamicMemoryBlockBase.inl"
|
||||
|
||||
typedef DynamicMemoryBlockBase<MemoryBlock> DynamicMemoryBlock;
|
||||
typedef DynamicMemoryBlockBase<MemoryBlockLE> DynamicMemoryBlockLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue