diff --git a/docs/development/retroarch/compilation/switch-libnx.md b/docs/development/retroarch/compilation/switch-libnx.md index 6ca9a920b4..e508dc98e5 100644 --- a/docs/development/retroarch/compilation/switch-libnx.md +++ b/docs/development/retroarch/compilation/switch-libnx.md @@ -9,7 +9,7 @@ Then, install all the required libraries: - replace `dkp-pacman` by `pacman` on Linux and Mac OS ``` -dkp-pacman -Sy devkit-env devkitA64 libnx switch-tools switch-mesa switch-zlib switch-bzip2 switch-freetype switch-libpng +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 ``` ## RetroArch Compilation