add fallback buffer back

This commit is contained in:
lizzie 2026-01-13 08:10:02 +00:00
parent 1be302ae7d
commit 38804535fc

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