raze/source/common/platform/posix
Christoph Oelckers 21b4862460 - Backend update from GZDoom
* music system improvements
* Zip64 support
* fixes for menu scaling on ultrawide screens
* Mac default paths fixed
* lightmap code (not active yet)
2022-04-25 11:13:55 +02:00
..
cocoa - replicate GZDoom commit 12ed24d066 2022-01-21 01:15:22 +01:00
osx - Backend update from GZDoom 2022-04-25 11:13:55 +02:00
sdl Pull commit eeb67bcec3 from GZDoom: Use RDTSC equivalent on AARCH64. 2022-03-25 14:58:51 -04:00
unix - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
dikeys.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
hardware.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
i_system.h - fixed compilation on non-Windows. 2021-10-30 11:38:55 +02:00
i_system_posix.cpp - Backend update from GZDoom. 2021-10-07 22:46:45 +02:00
readme.md - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00

This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.

Common files are placed in this directory directly.
SDL backend files are in sdl subdirectory.
Native OS X backend files are in cocoa subdirectory.
Shared files for both OS X backends are in osx subdirectory.