- Added a vmengine console command to switch the VM engine at runtime.
SVN r2164 (scripting)
This commit is contained in:
parent
6f1bf257e9
commit
873ece3d55
2 changed files with 37 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue