gzdoom-gles/src/posix
dondiego e13e034cc4
SoftPoly only worked with Vulkan support on POSIX platforms (#1036)
* - CMake: fix wrong filename.

* - Fixed: SoftPoly only worked with Vulkan support on POSIX platforms.
2020-02-15 17:41:52 -05:00
..
cocoa - moved showing of start window banner to proper location in Cocoa backend 2020-02-02 11:29:17 +02:00
osx - updated Cocoa backend to follow single exit point workflow 2019-10-12 14:44:13 +03:00
sdl SoftPoly only worked with Vulkan support on POSIX platforms (#1036) 2020-02-15 17:41:52 -05:00
unix - GAMESIG was never supposed to be used in printed output. Replaced all occurences with GAMENAME. 2020-01-12 09:43:47 +01: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 - fixed I_FindAttr() to handle symlinks on POSIX platforms 2020-01-26 11:04:06 +02:00
i_system_posix.cpp - moved showing of start window banner to proper location in Cocoa backend 2020-02-02 11:29:17 +02:00
readme.md
zdoom.xpm

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.