Changeset 6384 for code/branches/presentation2/src/libraries/core
- Timestamp:
- Dec 21, 2009, 12:30:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/Core.cc
r6243 r6384 79 79 SetCommandLineArgument(settingsFile, "orxonox.ini").information("THE configuration file"); 80 80 #ifdef ORXONOX_PLATFORM_WINDOWS 81 SetCommandLineArgument(limitToCPU, 0).information("Limits the program to one cpu/core (1, 2, 3, etc.). 0 turns it off (default)");81 SetCommandLineArgument(limitToCPU, 1).information("Limits the program to one CPU/core (1, 2, 3, etc.). Default is the first core (faster than off)"); 82 82 #endif 83 83
Note: See TracChangeset
for help on using the changeset viewer.