add fallback buffer back

This commit is contained in:
lizzie 2026-01-13 08:10:02 +00:00
parent b322aeccff
commit 5063dc7965
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ private:
u8* backing_base{};
u8* virtual_base{};
size_t virtual_base_offset{};
#ifdef __OPENORBIS__
std::optional<Common::VirtualBuffer<u8>> fallback_buffer;
#endif
};
} // namespace Common