Difference between revisions of "Nintendo Switch"

Jump to navigation Jump to search
17 bytes removed ,  16:18, 21 June 2019
no edit summary
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PortFeatures|
{{PortFeatures|
name=Nintendo Switch|
name=Nintendo Switch|
version={{StableVersion}}|
backend=switch|
backend=switch|
status=Maintained|
status=Maintained|
Line 12: Line 11:
16bits=yes|
16bits=yes|
buildbot=yes|
buildbot=yes|
firstversion=2.1.0|
firstversion=|
maintainer=cpasjuste, [[User:rsn8887|rsn8887]]|
maintainer=cpasjuste, [[User:rsn8887|rsn8887]]|
packager=cpasjuste, [[User:rsn8887|rsn8887]]|
packager=cpasjuste, [[User:rsn8887|rsn8887]]|
pkgend=-switch.zip|
pkgend=-switch.zip|
icon=switch|
icon=switch|
forum=|
forum=24|
notes=only buildbot builds available|
notes=only buildbot builds available|


Line 44: Line 43:
}}
}}


ScummVM has been ported to the [[Nintendo]] Switch by Cpasjuste. Note: The first release version will be 2.1.0. But daily buildbot versions are already available (see below).
ScummVM has been ported to the [[Nintendo]] Switch by Cpasjuste. Note: The first release version will be 2.1.0. But daily buildbot versions are already available [https://buildbot.scummvm.org/snapshots/master/switch-master-latest.zip here] (see installation instructions below).


= Installation =
= Installation =


== Prerequisites ==
== Prerequisites ==
* A homebrew enabled Nintendo Switch console.
* A homebrew enabled Nintendo Switch console. Detailed jailbreaking instructions can be found online.
* At least one ScummVM supported game. The list of compatible games can be seen here: https://www.scummvm.org/compatibility/
* At least one ScummVM supported game. The list of compatible games can be seen here: https://www.scummvm.org/compatibility/
* The page [[Where to get the games]] references some places where those games can be bought. Demonstration versions for most of the supported games are downloadable on https://scummvm.org/demos/
* The page [[Where to get the games]] references some places where those games can be bought. Demonstration versions for most of the supported games are downloadable on https://scummvm.org/demos/
Line 77: Line 76:
* Install the development tools for Switch following the official instructions (https://devkitpro.org/wiki/Getting_Started)
* Install the development tools for Switch following the official instructions (https://devkitpro.org/wiki/Getting_Started)


* Install libraries (see [https://www.scummvm.org/downloads/#libs here] for an updated list)
* Update package database and install libraries (see [https://www.scummvm.org/downloads/#libs here] for an updated list)
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo dkp-pacman -S switch-sdl2
sudo dkp-pacman -Sy
sudo dkp-pacman -S switch-libmad
sudo dkp-pacman -S \
sudo dkp-pacman -S switch-libogg
switch-sdl2 \
sudo dkp-pacman -S switch-libvorbis
switch-libmad \
sudo dkp-pacman -S switch-flac
switch-libogg \
sudo dkp-pacman -S switch-libtheora
switch-libvorbis \
sudo dkp-pacman -S switch-mpg123
switch-flac \
sudo dkp-pacman -S switch-libpng
switch-libtheora \
sudo dkp-pacman -S switch-libjpeg-turbo
switch-libpng \
sudo dkp-pacman -S switch-zlib
switch-libjpeg-turbo \
sudo dkp-pacman -S switch-freetype
switch-zlib \
sudo dkp-pacman -S switch-sdl2_net
switch-freetype \
sudo dkp-pacman -S switch-curl
switch-sdl2_net \
switch-curl \
switch-libtimidity \
switch-pkg-config
</syntaxhighlight>
</syntaxhighlight>


Line 98: Line 100:
* Execute the command (once a curl-config script exists for devkitA64, the --disable-libcurl could be omitted)
* Execute the command (once a curl-config script exists for devkitA64, the --disable-libcurl could be omitted)
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
../scummvm/configure --host=switch --disable-libcurl
../scummvm/configure --host=switch
</syntaxhighlight>
</syntaxhighlight>


224

edits

Navigation menu