From: chaoskagami Date: Sun, 22 May 2016 07:10:22 +0000 (-0400) Subject: Fix an oversight in the menu code X-Git-Tag: stable-1~59 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=c4d9bea4bbba69035ceea35eabbe6139be52c5f5;p=corbenik%2Fcorbenik.git Fix an oversight in the menu code --- diff --git a/source/menu.c b/source/menu.c index b26ae33..c5261f4 100644 --- a/source/menu.c +++ b/source/menu.c @@ -31,10 +31,10 @@ static struct options_s options[] = { { 12, "Loader: CPU 800Mhz mode", boolean_val, 0, 0 }, { 13, "Loader: Language Emulation", boolean_val, 0, 0 }, - { 13, "Svc: Force replace allocated", boolean_val, 0, 0 }, + { 14, "Svc: Force replace allocated", boolean_val, 0, 0 }, - { 14, "No dependency tracking", boolean_val, 0, 0 }, - { 15, "Allow unsafe options", boolean_val, 0, 0 }, + { 15, "No dependency tracking", boolean_val, 0, 0 }, + { 16, "Allow unsafe options", boolean_val, 0, 0 }, { -1, "", 0, 0, 0}, };