mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
ec13e1ccfb
commit
6f71b0e5a2
1 changed files with 2 additions and 2 deletions
4
third_party/host_memory/host_memory.cpp
vendored
4
third_party/host_memory/host_memory.cpp
vendored
|
@ -442,9 +442,9 @@ namespace Common {
|
|||
// XXX Drop after FreeBSD 12.* reaches EOL on 2024-06-30
|
||||
fd = shm_open(SHM_ANON, O_RDWR, 0600);
|
||||
#elif defined(__ANDROID__)
|
||||
fd = memfd_create("HostMemory", 0);
|
||||
#else
|
||||
fd = ASharedMemory_create("HostMemory", 0);
|
||||
#else
|
||||
fd = memfd_create("HostMemory", 0);
|
||||
#endif
|
||||
|
||||
#ifdef USING_FD
|
||||
|
|
Loading…
Add table
Reference in a new issue