From 0e46bec088b7f0bdbffae076a3707058990507d8 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Thu, 9 Jun 2016 09:56:56 -0400 Subject: [PATCH] space --- source/menu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/menu.c b/source/menu.c index 3420914..ae86a0a 100644 --- a/source/menu.c +++ b/source/menu.c @@ -42,7 +42,6 @@ static struct options_s options[] = { { OPTION_LOADER_CPU_L2, " CPU - L2 cache (n3ds)", "Forces the system to use the L2 cache. Ignored if not a N3DS.", boolean_val_n3ds, 0, 0 }, { OPTION_LOADER_CPU_800MHZ, " CPU - 800Mhz (n3ds)", "Forces the system to run in 800Mhz mode. Ignored if not a N3DS.", boolean_val_n3ds, 0, 0 }, { OPTION_LOADER_LANGEMU, " Language Emulation", "Reads language emulation configuration and imitates the region/language.", boolean_val, 0, 0 }, - { OPTION_LOADER_LOADCODE, " Load Code Sections", "Loads code sections from SD card and patches afterwards.", boolean_val, 0, 0 }, { OPTION_LOADER_DUMPCODE, " Dump Title Code Sections", -- 2.39.5