add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,29 @@
# retroarch
> 一个用于模拟器、游戏引擎和媒体播放器的前端。
> libretro API 的参考实现。
> 更多信息:<https://github.com/libretro/RetroArch>。
- 在菜单模式下启动:
`retroarch`
- 在全屏模式下启动:
`retroarch --fullscreen`
- 列出所有已编译的功能:
`retroarch --features`
- 设置配置文件的路径:
`retroarch --config={{path/to/config_file}}`
- 显示帮助信息:
`retroarch --help`
- 显示版本信息:
`retroarch --version`