gzdoom-gles/src/posix
alexey.lysiuk ad07c6fcdb - fixed potential crashes in Linux crash reporter
Do not access various global objects at early stage of initialization and late stage of shutdown

# Conflicts:
#	src/posix/sdl/i_main.cpp

# Conflicts:
#	src/posix/sdl/i_main.cpp
2020-01-06 01:08:16 +01:00
..
cocoa - Try to fix compilation on non windows platforms. 2020-01-06 00:51:04 +01:00
osx - Added new great icons by Tormentor667. 2019-05-30 00:05:02 +02:00
sdl - fixed potential crashes in Linux crash reporter 2020-01-06 01:08:16 +01:00
unix - consolidated I_FatalError functions 2020-01-05 21:09:36 +01:00
dikeys.h
hardware.h Added IsBgra() to DCanvas 2016-05-31 09:36:18 +02:00
i_input.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +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 19:41:05 +01:00
i_system.h - sanitized exit code a bit 2020-01-05 21:03:07 +01:00
readme.md
videomodes.h Merged list of video modes for Cocoa and SDL backends 2018-03-28 15:12:07 +03:00
zdoom.xpm - Added new great icons by Tormentor667. 2019-05-30 00:05:02 +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.