0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-05 04:32:00 +00:00

Fix for missing text with specific system locale encoding ()

This commit is contained in:
Piplup 2024-11-30 23:17:30 +00:00 committed by Evan Husted
parent b59b8ac943
commit 1963cda121

View file

@ -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"