An open API service indexing awesome lists of open source software.

https://github.com/chiyuki0325/ryujinxcn

🇨🇳 Ryujinx GTK 简体中文汉化补丁
https://github.com/chiyuki0325/ryujinxcn

ryujinx

Last synced: 2 months ago
JSON representation

🇨🇳 Ryujinx GTK 简体中文汉化补丁

Awesome Lists containing this project

README

        

# RyujinxCN
自制 Ryujinx GTK UI 汉化版

如何使用:

- 克隆 Ryujinx 的 git 仓库
- `python3 localization.py Ryujinx`
- 之后编译即可

```bash
git clone https://github.com/Ryujinx/Ryujinx.git
python3 ./localization.py Ryujinx
cd Ryujinx
dotnet publish -c Release -p:DebugType=embedded Ryujinx --self-contained true
```

Arch Linux 用户可以直接使用 PKGBUILD