- Added a vmengine console command to switch the VM engine at runtime.

SVN r2164 (scripting)
This commit is contained in:
Randy Heit 2010-02-14 20:16:05 +00:00
commit 873ece3d55
2 changed files with 37 additions and 0 deletions

View file

@ -114,6 +114,15 @@ VMExec_Checked::Exec
#endif
;
//===========================================================================
//
// VMSelectEngine
//
// Selects the VM engine, either checked or unchecked. Default will decide
// based on the NDEBUG preprocessor definition.
//
//===========================================================================
void VMSelectEngine(EVMEngine engine)
{
switch (engine)