mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-27 10:00:17 -06:00
Use consistent CPU sequencing mode abbreviations in config menu.
This commit is contained in:
parent
01365ab2e7
commit
4791206bbd
@ -376,8 +376,8 @@ static void cpu_mode_menu(void)
|
||||
{
|
||||
clear_screen_region(POP_REGION);
|
||||
prints(POP_R+1, POP_C+2, "CPU Sequencing Mode:");
|
||||
prints(POP_R+3, POP_C+4, "<F1> Parallel (All)");
|
||||
prints(POP_R+4, POP_C+4, "<F2> Sequential (Seq)");
|
||||
prints(POP_R+3, POP_C+4, "<F1> Parallel (PAR)");
|
||||
prints(POP_R+4, POP_C+4, "<F2> Sequential (SEQ)");
|
||||
prints(POP_R+5, POP_C+4, "<F3> Round robin (RR)");
|
||||
prints(POP_R+6, POP_C+4, "<F10> Exit menu");
|
||||
printc(POP_R+3+cpu_mode, POP_C+2, '*');
|
||||
|
Loading…
Reference in New Issue
Block a user