Difference between revisions of "Nintendo Switch"

Jump to navigation Jump to search
228 bytes added ,  07:29, 7 March 2020
no edit summary
(11 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 11: Line 12:
16bits=yes|
16bits=yes|
buildbot=yes|
buildbot=yes|
firstversion=will be 2.1.0|
firstversion=2.1.0|
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=|


agi=yes|
agi=yes|
Line 43: Line 44:
}}
}}


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. Detailed jailbreaking instructions can be found on [https://nh-server.github.io/switch-guide/ Nintendo Homebrew's Guide] or, alternatively, on [https://guide.teamatlasnx.com/ AtlasNX's Guide].
* 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 94: Line 95:
switch-libtimidity \
switch-libtimidity \
switch-pkg-config
switch-pkg-config
</syntaxhighlight>
* Optional: To enable fluidsynth support, download and install the unofficial fluidsynth-lite switch port via
<syntaxhighlight lang="bash">
git clone https://github.com/rsn8887/fluidsynth-lite
cd fluidsynth-lite
make -f Makefile.nx
sudo -E make -f Makefile.nx install
</syntaxhighlight>
</syntaxhighlight>


Line 100: Line 109:
* 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