mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Add optional logging
This commit is contained in:
parent
43426df4f6
commit
5045a0faff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user