mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 08:37:00 +02:00
add fallback buffer back
This commit is contained in:
parent
3654d7b29d
commit
ca9ffa9f2d
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ private:
|
||||||
u8* backing_base{};
|
u8* backing_base{};
|
||||||
u8* virtual_base{};
|
u8* virtual_base{};
|
||||||
size_t virtual_base_offset{};
|
size_t virtual_base_offset{};
|
||||||
|
#ifdef __OPENORBIS__
|
||||||
|
std::optional<Common::VirtualBuffer<u8>> fallback_buffer;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Common
|
} // namespace Common
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue