mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 18:25:10 +02:00
managarm fixed their memfd
This commit is contained in:
parent
d1064cb611
commit
06d4cef63e
2 changed files with 6 additions and 6 deletions
|
|
@ -77,7 +77,7 @@ private:
|
|||
size_t backing_size{};
|
||||
size_t virtual_size{};
|
||||
|
||||
#if !(defined(__OPENORBIS__) || defined(__managarm__))
|
||||
#if !defined(__OPENORBIS__)
|
||||
// Low level handler for the platform dependent memory routines
|
||||
class Impl;
|
||||
std::unique_ptr<Impl> impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue