Skip to content

Commit

Permalink
Remove contradictory statements about memalias
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jan 4, 2025
1 parent 95fd9a0 commit 4a053d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dosbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ void DOSBOX_SetupConfigSections(void) {
"Many 386/486 class motherboards and processors prior to 1995\n"
"suffered from memory aliasing for various technical reasons. If the software you are\n"
"trying to run assumes aliasing, or otherwise plays cheap tricks with paging,\n"
"enabling this option can help. Note that enabling this option can cause slight performance degradation. Set to 0 to disable.\n"
"enabling this option can help. Note that enabling this option can cause slight performance degradation.\n"
"Recommended values when enabled:\n"
" 0: Pick a value automatically according to cputype.\n"
" NOTE: Changing the cputype after initial startup will not change the auto setting i.e.\n"
Expand Down

0 comments on commit 4a053d2

Please sign in to comment.