Open main menu

Difference between revisions of "Nintendo Switch"

139 bytes removed ,  14:30, 24 May 2019
no edit summary
Line 75: Line 75:
* Obtain the ScummVM source code (https://github.com/scummvm/scummvm)
* Obtain the ScummVM source code (https://github.com/scummvm/scummvm)


* Install devkitPro for Switch (https://switchbrew.org/wiki/Setting_up_Development_Environment)
* Install devkitA64 for Switch (https://switchbrew.org/wiki/Setting_up_Development_Environment)


* Ensure your $DEVKITPRO variable is set via
* Ensure your $DEVKITPRO variable is set via
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
export DEVKITPRO="/opt/devkitpro"`
export DEVKITPRO="/opt/devkitpro"`
</syntaxhighlight>
* Ensure your $DEVKITA64 variable is set via
<syntaxhighlight lang="bash">
export DEVKITA64="/opt/devkitpro/devkitA64"
</syntaxhighlight>
</syntaxhighlight>


224

edits