mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 14:05:15 +02:00
ok fixup but better with bool returns
This commit is contained in:
parent
8237e50ebd
commit
9349d4da70
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