mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-08-05 16:09:24 +02:00
delete CMemPool::Block copy c'tor
This commit is contained in:
parent
3ac5334657
commit
668d29ad31
@ -20,6 +20,8 @@ class CMemPool
|
||||
void* m_cpuAddr;
|
||||
DkGpuAddr m_gpuAddr;
|
||||
|
||||
Block(const Block&) = delete;
|
||||
|
||||
constexpr void* cpuOffset(uint32_t offset) const
|
||||
{
|
||||
return m_cpuAddr ? ((u8*)m_cpuAddr + offset) : nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user