gzdoom-gles/src/posix
2019-12-08 21:31:16 -05:00
..
cocoa - added support for softpoly backend on macOS 2019-12-07 13:25:12 +02:00
osx - updated Cocoa backend to follow single exit point workflow 2019-10-12 14:44:13 +03:00
sdl Convert SDL_Surface code to SDL_Renderer 2019-12-08 21:31:16 -05: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.