Skip to content

Commit

Permalink
Added LANG=C.UTF-8 to env's for ssh file
Browse files Browse the repository at this point in the history
  • Loading branch information
piplup55 authored Nov 30, 2024
1 parent facc12a commit a97523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/linux/Ryujinx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -z "$RYUJINX_BIN" ]; then
exit 1
fi

COMMAND="env DOTNET_EnableAlternateStackCheck=1"
COMMAND="env LANG=C.UTF-8 DOTNET_EnableAlternateStackCheck=1"

if command -v gamemoderun > /dev/null 2>&1; then
COMMAND="$COMMAND gamemoderun"
Expand Down

0 comments on commit a97523d

Please sign in to comment.