mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 22:48:57 +02:00
Buffer Cache: Refactor to use Range sets instead
This commit is contained in:
parent
6f91002f90
commit
80d505b5cf
5 changed files with 206 additions and 361 deletions
|
|
@ -181,7 +181,6 @@ struct BufferCacheParams {
|
|||
static constexpr bool NEEDS_BIND_STORAGE_INDEX = false;
|
||||
static constexpr bool USE_MEMORY_MAPS = true;
|
||||
static constexpr bool SEPARATE_IMAGE_BUFFER_BINDINGS = false;
|
||||
static constexpr bool IMPLEMENTS_ASYNC_DOWNLOADS = true;
|
||||
static constexpr bool USE_MEMORY_MAPS_FOR_UPLOADS = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue