diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index 527b2e9b6..ccd0bbe2b 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -74,11 +74,9 @@ void CommandLine::loadCommonOptions() { "bios-arm9", 0, 0, G_OPTION_ARG_FILENAME, &_bios_arm9, "Uses the arm9 bios provided at the specified path", "BIOS_ARM9_PATH"}, { "bios-arm7", 0, 0, G_OPTION_ARG_FILENAME, &_bios_arm7, "Uses the arm7 bios provided at the specified path", "BIOS_ARM7_PATH"}, { "bios-swi", 0, 0, G_OPTION_ARG_INT, &_bios_swi, "Uses SWI from the provided bios files", "BIOS_SWI"}, -#ifdef _MSC_VER { "num-cores", 0, 0, G_OPTION_ARG_INT, &_num_cores, "Override numcores detection and use this many", "NUM_CORES"}, { "scanline-filter-a", 0, 0, G_OPTION_ARG_INT, &scanline_filter_a, "Intensity of fadeout for scanlines filter (edge) (default 2)", "SCANLINE_FILTER_A"}, { "scanline-filter-b", 0, 0, G_OPTION_ARG_INT, &scanline_filter_b, "Intensity of fadeout for scanlines filter (corner) (default 4)", "SCANLINE_FILTER_B"}, -#endif #ifdef GDB_STUB { "arm9gdb", 0, 0, G_OPTION_ARG_INT, &arm9_gdb_port, "Enable the ARM9 GDB stub on the given port", "PORT_NUM"}, { "arm7gdb", 0, 0, G_OPTION_ARG_INT, &arm7_gdb_port, "Enable the ARM7 GDB stub on the given port", "PORT_NUM"}, diff --git a/desmume/src/firmware.cpp b/desmume/src/firmware.cpp index aa0309210..67a58ea51 100644 --- a/desmume/src/firmware.cpp +++ b/desmume/src/firmware.cpp @@ -869,4 +869,4 @@ void NDS_FillDefaultFirmwareConfigData( struct NDS_fw_config_data *fw_config) { fw_config->touch_cal[1].adc_y = 0x800; fw_config->touch_cal[1].screen_x = 0xe0 + 1; fw_config->touch_cal[1].screen_y = 0x80 + 1; -} \ No newline at end of file +}