From c4fa87595d583c280c63775e34a8d29cb2665f99 Mon Sep 17 00:00:00 2001 From: waltje Date: Wed, 11 Oct 2017 17:45:46 -0400 Subject: [PATCH] Commandline options cleanup. Specifying a config file no longer needs the -C. --- src/pc.c | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/pc.c b/src/pc.c index 047c4c0dc..5ee5ce621 100644 --- a/src/pc.c +++ b/src/pc.c @@ -8,7 +8,7 @@ * * Emulation core dispatcher. * - * Version: @(#)pc.c 1.0.22 2017/10/10 + * Version: @(#)pc.c 1.0.23 2017/10/11 * * Authors: Sarah Walker, * Miran Grca, @@ -215,25 +215,28 @@ pc_init(int argc, wchar_t *argv[]) _wgetcwd(cfg_path, sizeof(cfg_path)-1); for (c=1; c