Changeset 103124 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 30, 2024 2:51:41 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r103123 r103124 3404 3404 : enmExecEngine == VMExecutionEngine_Default ? "Default" 3405 3405 : enmExecEngine == VMExecutionEngine_HwVirt ? "HM" 3406 : enmExecEngine == VMExecutionEngine_NativeApi ? "NEM" : "UNK"3406 : enmExecEngine == VMExecutionEngine_NativeApi ? "NEM" 3407 3407 : enmExecEngine == VMExecutionEngine_Interpreter ? "Interpreter" 3408 : enmExecEngine == VMExecutionEngine_Recompiler ? "Recompiler" );3408 : enmExecEngine == VMExecutionEngine_Recompiler ? "Recompiler" : "UNK"); 3409 3409 char *psz = strchr(szTitle, '\0'); 3410 3410 if (virtualTimeRate != 100)
Note:
See TracChangeset
for help on using the changeset viewer.