mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-02-01 21:02:52 +00:00
Fix for missing text with specific system locale encoding (#330)
This commit is contained in:
parent
facc12a94a
commit
3680df6092
@ -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 New Issue
Block a user