gzdoom/src/posix
alexey.lysiuk d44d91d6a4 - fixed compilation of Cocoa backend with 10.9 SDK
src/posix/cocoa/i_video.mm:68:31: error: property 'delegate' not found on object of type 'id'
src/posix/cocoa/st_console.mm:464:37: error: property 'delegate' not found on object of type 'id'
2019-10-15 22:31:02 +03:00
..
cocoa - fixed compilation of Cocoa backend with 10.9 SDK 2019-10-15 22:31:02 +03:00
osx - updated Cocoa backend to follow single exit point workflow 2019-10-12 14:44:13 +03:00
sdl - cleanup SDL fatal error reporting 2019-10-11 12:03:23 +03:00
unix - consolidated I_FatalError functions 2019-10-07 00:20:07 +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 - made CDoomError inherit from std::exception so that the main catch block can also deal with exceptions thrown by the STL. 2018-11-23 10:18:52 +01:00
i_system.h - sanitized exit code a bit 2019-10-01 01:37:21 +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.