gzdoom-gles/src/posix
Neil McPhail ded0c7805d Fix failure to write under ~/ in confinement
When running in a confined environment (such as a snap) it may not be
possible to write to directories such as ~/.config. By using the $HOME
variable instead of the '~' shortcut, the confined environment can pass
an alternative 'home' directory with write privelges.

I have only changed this for posix/unix and haven't touched code for
MacOS, as I don't know if that behaves differently
2018-01-21 10:52:42 +01:00
..
cocoa Simplified handling of command line arguments in Cocoa backend 2018-01-14 11:29:45 +02:00
osx Simplified handling of command line arguments in Cocoa backend 2018-01-14 11:29:45 +02:00
sdl - implemented 'i_soundinbackground' to continue playing sounds and music while in the background. 2017-12-24 18:01:45 -05:00
unix Fix failure to write under ~/ in confinement 2018-01-21 10:52:42 +01:00
dikeys.h
hardware.h Added IsBgra() to DCanvas 2016-05-31 09:36:18 +02:00
i_cd.cpp
i_input.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_steam.cpp - consolidation of 'stat' calls. 2017-12-02 16:07:09 +01:00
i_system.h - Fix macOS compile errors 2017-11-12 03:51:37 +01: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.