Use managarm special fastmem fallback

This commit is contained in:
lizzie 2026-05-20 19:29:21 +00:00
parent d8a8169eb2
commit 936e5b56eb
2 changed files with 17 additions and 2 deletions

View file

@ -86,7 +86,9 @@ private:
u8* virtual_base{};
size_t virtual_base_offset{};
// Windows requires it for kernels whom lack proper support for some functions!
#if defined(__OPENORBIS__) || defined(__managarm__) || defined(_WIN32) || defined(__EMSCRIPTEN__)
std::optional<Common::VirtualBuffer<u8>> fallback_buffer;
#endif
};
} // namespace Common