From 99f68c8a51de0b66d114bf9a73ab1c032d6d4fa9 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 1 Mar 2017 00:16:23 -0600 Subject: [PATCH] fix errors in rigorous-timing and advanced-timing and spu-advanced commandline options --- desmume/src/commandline.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index 43f9d2ae5..491bffd8f 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009-2016 DeSmuME team + Copyright (C) 2009-2017 DeSmuME team This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -242,9 +242,9 @@ bool CommandLine::parse(int argc,char **argv) { "jit-enable", no_argument, &_cpu_mode, 1}, { "jit-size", required_argument, &_jit_size}, #endif - { "rigorous-timing", no_argument, &_spu_advanced, 1}, - { "advanced-timing", no_argument, &_rigorous_timing, 1}, - { "spu-advanced", no_argument, &_advanced_timing, 1}, + { "rigorous-timing", no_argument, &_rigorous_timing, 1}, + { "advanced-timing", no_argument, &_advanced_timing, 1}, + { "spu-advanced", no_argument, &_spu_advanced, 1}, { "backupmem-db", no_argument, &autodetect_method, 1}, //system equipment