Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ If your Raspberry Pi is configured for 4K 60 Hz output, you will need to increas

Run the following commands:
```
echo "gpu_mem=128" | sudo tee -a /boot/config.txt
echo "gpu_mem=128" | sudo tee -a /boot/firmware/config.txt
sudo reboot
```
```