FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 241 forks source link

Added handling SIGTERM signal for proper stopping dedicated server #1830

Closed SNMetamorph closed 1 month ago

SNMetamorph commented 1 month ago

Unfortunately, PS Vita knows nothing about sigaction, so I decided to add #if condition to skip it there. Anyway, there is no possibility on PS Vita to properly working with processes and signals like on other normal OSes.