Xcode project

This commit is contained in:
Madthijs
2021-04-19 12:10:34 +02:00
parent bf1dad34c3
commit 08349fc6db
69 changed files with 4499 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ uint64_t GpSystemServices_POSIX::GetFreeMemoryCosmetic() const
&& len == sizeof (usermem))
return (long) usermem;
}
return 0;
#else
long pages = sysconf(_SC_AVPHYS_PAGES);
long pageSize = sysconf(_SC_PAGE_SIZE);