Add optional logging

This commit is contained in:
twinaphex 2016-06-28 04:23:57 +02:00
parent 43426df4f6
commit 5045a0faff

View File

@ -741,6 +741,10 @@ static void retroarch_parse_input(int argc, char *argv[])
int port;
int c = getopt_long(argc, argv, optstring, opts, NULL);
#if 0
RARCH_LOG("c is: %c, optarg is: [%s]\n", c, string_is_empty(optarg) ? "" : optarg);
#endif
if (c == -1)
break;