mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-04 07:22:11 +01:00
Fix for missing text with specific system locale encoding (#330)
This commit is contained in:
parent
facc12a94a
commit
3680df6092
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue