mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add optional logging
This commit is contained in:
parent
43426df4f6
commit
5045a0faff
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue