Skip to content

Commit

Permalink
log deh parsing on debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferk committed Oct 12, 2019
1 parent 3e068da commit 2612e17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libretro/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,11 @@ bool retro_load_game(const struct retro_game_info *info)
}
}

#if DEBUG
argv[argc++] = "-dehout";
argv[argc++] = "-";
#endif

myargc = argc;
myargv = (const char **) argv;

Expand Down

0 comments on commit 2612e17

Please sign in to comment.