]> git.xonotic.org Git - xonotic/darkplaces.git/commit
sys: allow the platform to handle crashes after DP does
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 7 Mar 2024 20:31:33 +0000 (06:31 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 7 Mar 2024 20:35:09 +0000 (06:35 +1000)
commit556b15a9b78a7d873238688d93432ed43f997916
tree517162fd40850ce1362ddef74a630ddf28163efe
parentbd53aab2e0f8074511f9bbb85cabfb9a975cc0c9
sys: allow the platform to handle crashes after DP does

As suggested by divVerent in chat.
In SDL builds (including when using -dedicated on the cmdline) the OS
handler runs after the user clicks OK on the SDL dialog.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
host.c
host.h
sys_shared.c