Skip to content

Commit

Permalink
Bring back --dlsym flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored and flightlessmango committed Jan 3, 2025
1 parent 9dfbcf9 commit b447db5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/mangohud.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ if [ "$1" = "--version" ]; then
exit 0
fi

if [ "$1" = "--dlsym" ]; then
# no-op, dlsym enabled by default
shift
fi

# grab all arguments from command_line
command_line="$*"
# flag for disable_preload
Expand Down

0 comments on commit b447db5

Please sign in to comment.