mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 11:55:22 +02:00
ok fixup but better with bool returns
This commit is contained in:
parent
936e5b56eb
commit
e7a9c4af3e
1 changed files with 0 additions and 1 deletions
|
|
@ -724,7 +724,6 @@ HostMemory::HostMemory(size_t backing_size_, size_t virtual_size_)
|
|||
fallback_buffer.emplace(backing_size);
|
||||
backing_base = fallback_buffer->data();
|
||||
virtual_base = nullptr;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue