Changeset 27422 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 16, 2010 6:20:53 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r27324 r27422 2172 2172 rc = CFGMR3InsertInteger(pCfg, "FdcEnabled", fFdcEnabled); RC_CHECK(); 2173 2173 rc = CFGMR3InsertInteger(pCfg, "HpetEnabled", fHpetEnabled); RC_CHECK(); 2174 #ifdef VBOX_WITH_SMC2175 2174 rc = CFGMR3InsertInteger(pCfg, "SmcEnabled", fSmcEnabled); RC_CHECK(); 2176 #endif 2177 rc = CFGMR3InsertInteger(pCfg, "ShowRtc", fExtProfile); RC_CHECK(); 2175 rc = CFGMR3InsertInteger(pCfg, "ShowRtc", true); RC_CHECK(); 2178 2176 2179 2177 rc = CFGMR3InsertInteger(pCfg, "ShowCpu", fShowCpu); RC_CHECK();
Note:
See TracChangeset
for help on using the changeset viewer.