From 8d8962e4cefab1c65bbc0eb270947c82ab3ef45d Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Wed, 25 Mar 2020 18:49:15 +0100 Subject: [PATCH] Oups --- sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.cpp b/sources/main.cpp index 684c117..56c7420 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -35,7 +35,7 @@ void parseArguments(int argc, char **argv, SNES &snes) {0, 0, 0, 0} }; - int c = getopt_long(argc, argv, "camh", long_options, &option_index); + int c = getopt_long(argc, argv, "camhb", long_options, &option_index); if (c == -1) break; switch (c) {