mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Revert "Fix "retroarch --verbose"."
This commit is contained in:
parent
570bd93eed
commit
2c8b558dac
@ -682,11 +682,7 @@ static void parse_input(int argc, char *argv[])
|
|||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_UNSET_OVERRIDES_ACTIVE, NULL);
|
runloop_ctl(RUNLOOP_CTL_UNSET_OVERRIDES_ACTIVE, NULL);
|
||||||
|
|
||||||
/* As a special case, allow retroarch --verbose to go straight to menu as well.
|
if (argc < 2)
|
||||||
* It's a fairly common pattern and verbose alone shouldn't alter other behavior. */
|
|
||||||
if (argc < 2 ||
|
|
||||||
(argc == 2 &&
|
|
||||||
(!strcmp(argv[1], "--verbose") || !strcmp(argv[1], "-v"))))
|
|
||||||
{
|
{
|
||||||
current_core_type = CORE_TYPE_DUMMY;
|
current_core_type = CORE_TYPE_DUMMY;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user