dhewm3/neo/sys
Daniel Gibson df0916ecf8 Mac: Fix RAM detection for >2GB
Sys_GetSystemRam() for OSX used some deprecated MacOS function from 1989
that used int32 for the amount of bytes.
Now using sysctl() instead, should be supported since at least 10.2.8
at least it's in
https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX10.2.8.sdk/usr/include/sys/sysctl.h
2022-01-08 16:07:22 +01:00
..
aros Implement clipboard support on POSIX platforms with SDL2 2021-07-03 02:25:20 +02:00
cmake Use stb_vorbis instead of libogg and libvorbis(file) 2021-04-27 20:08:59 +02:00
linux Prevent user from running dhewm3 as root. 2021-12-16 23:08:09 +01:00
osx Mac: Fix RAM detection for >2GB 2022-01-08 16:07:22 +01:00
posix Fix compatibility with Mac OSX 10.4 and 10.5 2021-10-12 19:07:41 +02:00
stub Do gamma correction (r_gamma, r_brightness) in shaders 2021-06-20 03:36:39 +02:00
win32 Merge branch 'debugger' 2021-07-16 02:21:16 +02:00
cpu.cpp Fix sys/cpu.cpp for msvc 64bit 2012-07-06 01:06:59 +02:00
doom_icon.h Window Icon, make in_nograb work with SDL2 2015-03-02 00:03:30 +01:00
events.cpp correctly reset iconvDesc 2021-07-19 01:28:43 +02:00
glimp.cpp Fix compatibility with Mac OSX 10.4 and 10.5 2021-10-12 19:07:41 +02:00
platform.h Fix compatibility with Mac OSX 10.4 and 10.5 2021-10-12 19:07:41 +02:00
sys_local.cpp Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
sys_local.h Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
sys_public.h Support (hopefully) all keyboard keys via scancodes, #323 2021-07-15 07:00:18 +02:00
threads.cpp Add SysIsMainThread() function 2021-06-20 03:36:39 +02:00