add fallback buffer back

This commit is contained in:
lizzie 2026-01-13 08:10:02 +00:00
parent 88e096ee68
commit 9f34b2b7bd

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