Skip to content

Commit 8ca74fd

Browse files
authored
Merge pull request #1027 from pstef/patch-1
Add a missing package in dkp-pacman invocation
2 parents c45da4c + 5753758 commit 8ca74fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/retroarch/compilation/switch-libnx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Then, install all the required libraries:
99
- replace `dkp-pacman` by `pacman` on Linux and Mac OS
1010

1111
```
12-
dkp-pacman -Sy devkit-env devkitA64 libnx switch-tools switch-mesa switch-zlib switch-bzip2 switch-liblzma switch-freetype switch-libpng switch-libvpx switch-ffmpeg
12+
dkp-pacman -Sy devkit-env devkitA64 libnx switch-tools switch-mesa switch-zlib switch-bzip2 switch-liblzma switch-freetype switch-libpng switch-libvpx switch-ffmpeg switch-libopus
1313
```
1414

1515
## RetroArch Compilation

0 commit comments

Comments
 (0)