Skip to content

Commit

Permalink
3ds: add libjpeg, freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Jun 12, 2024
1 parent 9646f63 commit f207849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ main_platform_logic () {
;;
3ds) # uses libctru
setup_dkp_repo
${DKP}pacman --noconfirm -S devkitARM libctru citro3d 3dstools 3ds-curl 3ds-mbedtls 3ds-cmake 3ds-mpg123 3ds-opusfile 3ds-libogg 3ds-libopus
${DKP}pacman --noconfirm -S devkitARM libctru citro3d 3dstools 3ds-curl 3ds-mbedtls 3ds-cmake 3ds-mpg123 3ds-opusfile 3ds-libogg 3ds-libopus 3ds-freetype 3ds-libjpeg-turbo
install_3ds_sdl2
;;
wii) # uses libogc
Expand Down

0 comments on commit f207849

Please sign in to comment.