spearmint icon indicating copy to clipboard operation
spearmint copied to clipboard

Add API for Game/CGame to load [legacy] VMs

Open zturtleman opened this issue 11 years ago • 0 comments

SoF2 has separate gametype QVMs, which could be handled by loading through Game VM.

It would also be useful for making a VM that acts as a compatibility layer for legacy VMs.

syscall to load VM (by name). returns handle.
syscall to call vmMain in VM (by handle) with args.

whenever VM makes a syscall, route cmd/args to VM that loaded it.

zturtleman avatar Feb 28 '14 06:02 zturtleman