VirtualBox

Changeset 103124 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 30, 2024 2:51:41 PM (11 months ago)
Author:
vboxsync
Message:

FE/VBoxSDL: Adapted to the new VM execution engine enum. ​bugref:10583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r103123 r103124  
    34043404                            : enmExecEngine == VMExecutionEngine_Default     ? "Default"
    34053405                            : enmExecEngine == VMExecutionEngine_HwVirt      ? "HM"
    3406                             : enmExecEngine == VMExecutionEngine_NativeApi   ? "NEM" : "UNK"
     3406                            : enmExecEngine == VMExecutionEngine_NativeApi   ? "NEM"
    34073407                            : enmExecEngine == VMExecutionEngine_Interpreter ? "Interpreter"
    3408                             : enmExecEngine == VMExecutionEngine_Recompiler  ? "Recompiler");
     3408                            : enmExecEngine == VMExecutionEngine_Recompiler  ? "Recompiler" : "UNK");
    34093409                char *psz = strchr(szTitle, '\0');
    34103410                if (virtualTimeRate != 100)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette