]> Chaos Git - corbenik/corbenik.git/commitdiff
space
authorchaoskagami <chaos.kagami@gmail.com>
Thu, 9 Jun 2016 13:56:56 +0000 (09:56 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Thu, 9 Jun 2016 13:57:57 +0000 (09:57 -0400)
source/menu.c

index 3420914b7a42df24a5df3e824bb639666e7a986f..ae86a0adf4e16906e6b98a717ceff3519e32e70c 100644 (file)
@@ -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",