Changeset 93901 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Feb 23, 2022 3:35:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r93460 r93901 4297 4297 " [STEP=%d LOG=%d EXEC=%s", 4298 4298 singlestepEnabled == TRUE, logEnabled == TRUE, 4299 enmExecEngine == VMExecutionEngine_NotSet ? "NotSet"4300 : enmExecEngine == VMExecutionEngine_ RawMode ? "RAW"4301 : enmExecEngine == VMExecutionEngine_HwVirt ? "HM"4299 enmExecEngine == VMExecutionEngine_NotSet ? "NotSet" 4300 : enmExecEngine == VMExecutionEngine_Emulated ? "IEM" 4301 : enmExecEngine == VMExecutionEngine_HwVirt ? "HM" 4302 4302 : enmExecEngine == VMExecutionEngine_NativeApi ? "NEM" : "UNK"); 4303 4303 char *psz = strchr(szTitle, '\0');
Note:
See TracChangeset
for help on using the changeset viewer.