fragglet / vanilla-utilities

Doom engine DOS utilities
https://www.doomworld.com/forum/topic/110970-the-vanilla-utilities/
GNU General Public License v2.0
19 stars 0 forks source link

SERSETUP should be able to answer calls in the background #14

Closed fragglet closed 1 year ago

fragglet commented 1 year ago

Currently it waits for a call before launching but there's no reason it can't launch and then answer the call in the background when it comes in. This is doubly useful because there's no need to wait for R_Init to complete, and it also means there's no need for ordering of incoming calls if multiple SERSETUPs are run.