~i30817/dosbox/trunk

« back to all changes in this revision

Viewing changes to src/dosbox.cpp

  • Committer: qbix79
  • Date: 2021-05-04 19:42:56 UTC
  • Revision ID: svn-v4:ed541006-0bf7-43e9-8c4d-6fc63c346d47:dosbox/trunk:4451
Make compilation easier with certain compilers and file systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
 
501
501
        Pmulti_remain = secprop->Add_multiremain("cycles",Property::Changeable::Always," ");
502
502
        Pmulti_remain->Set_help(
503
 
                "Amount of instructions DOSBox tries to emulate each millisecond.\n"
 
503
                "Number of instructions DOSBox tries to emulate each millisecond.\n"
504
504
                "Setting this value too high results in sound dropouts and lags.\n"
505
505
                "Cycles can be set in 3 ways:\n"
506
506
                "  'auto'          tries to guess what a game needs.\n"
507
507
                "                  It usually works, but can fail for certain games.\n"
508
 
                "  'fixed #number' will set a fixed amount of cycles. This is what you usually\n"
 
508
                "  'fixed #number' will set a fixed number of cycles. This is what you usually\n"
509
509
                "                  need if 'auto' fails (Example: fixed 4000).\n"
510
510
                "  'max'           will allocate as much cycles as your computer is able to\n"
511
511
                "                  handle.");