gzdoom/src/posix
2020-04-11 14:00:15 +02:00
..
cocoa - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
osx - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
sdl - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
unix - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
dikeys.h
hardware.h - remove old vid_maxfps implementations as they were garbage anyway and the new one works on all the platforms 2019-03-26 11:10:17 +01:00
i_steam.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
i_system.h - make DumpCPUInfo return a string instead of letting it print the info itself. Also consolidated I_Init, because both existing versions were identical. 2020-04-11 14:00:15 +02:00
i_system_posix.cpp - make DumpCPUInfo return a string instead of letting it print the info itself. Also consolidated I_Init, because both existing versions were identical. 2020-04-11 14:00:15 +02:00
readme.md
zdoom.xpm - updated icon for linux/unix 2017-09-09 13:18:47 -04: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.