Difference between revisions of "Nintendo Switch"

Jump to navigation Jump to search
984 bytes removed ,  21:27, 14 January 2021
Removed duplicate information and added a link to the new docs. Added a “Developer information” section and moved the “Building from source” information here.
(Removed duplicate information and added a link to the new docs. Added a “Developer information” section and moved the “Building from source” information here.)
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== About ==
{{PortFeatures|
{{PortFeatures|
name=Nintendo Switch|
name=Nintendo Switch|
version={{StableVersion}}|
version={{StableVersion}}|
backend=switch|
backend=switch + sdl|
status=Maintained|
status=Maintained|
mp3=yes|
mp3=yes|
Line 17: Line 18:
pkgend=-switch.zip|
pkgend=-switch.zip|
icon=switch|
icon=switch|
forum=|
forum=24|
notes=only buildbot builds available|
notes=|


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


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.


= Installation =
For more information, including how to install and use ScummVM, see the [https://docs.scummvm.org/en/latest/other_platforms/nintendo_switch.html Nintendo Switch page] in the [https://docs.scummvm.org/ user documentation].


== Prerequisites ==
== Developer information ==
* 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].
* 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/


== Installing ==
=== Building from source ===
* The latest daily version of ScummVM for Switch is [https://buildbot.scummvm.org/snapshots/master/switch-master-latest.zip here] (needs to be unzipped).
* Copy the scummvm folder to your SD card into the folder /switch/ so that you have a folder /switch/scummvm with scummvm.nro and other folders inside.
* Launch ScummVM using your favorite method to launch homebrew on the Switch
 
== Configuring Games ==
The user manual describes how to add games to ScummVM and launch them: [[User Manual]]
 
== Notes ==
Saves are written to the /switch/scummvm/saves folder.
 
= Controls =  
{{SwitchControls}}
 
= Building From Source =


This port of ScummVM to the Switch is based on SDL2. It uses the open source SDK provided by devkitPro.
This port of ScummVM to the Switch is based on SDL2. It uses the open source SDK provided by devkitPro.
Line 95: Line 79:
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 101: Line 93:
* 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>


Line 109: Line 101:
</syntaxhighlight>
</syntaxhighlight>


= Disclaimer =  
== Thanks ==  
 
Unauthorized distribution of an installable package with non freeware games included is a violation of the copyright law and is as such forbidden.
 
= Thanks =  


* [https://devkitpro.org devkitPro] and [https://switchbrew.org/ Switchbrew] teams
* [https://devkitpro.org devkitPro] and [https://switchbrew.org/ Switchbrew] teams
442

edits

Navigation menu