Skip to content

Commit

Permalink
update gamemode config (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Sep 4, 2023
1 parent 00c2b9f commit cda9335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/app/common/play.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ Lutris 支持超过 20 个模拟器并且提供了从七十年代到现在的大

```sh
# 进入下载配置文件的文件夹
sudo cp gamemode.ini /etc/gamemode.ini
sudo cp gamemode.ini ~/.config/gamemode.ini
# 注意:需要将当前用户名添加到gamemode用户组
sudo usermod -aG gamemode username
```

3. 进行测试,运行`gamemoded -t`
Expand Down

0 comments on commit cda9335

Please sign in to comment.